Html Css Color HEX #7C233C Paprika

📋 copy color: '#7C233C'

red 124 ◦ green 35 ◦ blue 60

#7C233C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paprika #7C233C

Tints of Paprika #7C233C

RGB

 RED value IS 124 (48.83% from 255) = 56.62%

 GREEN value IS 35 (14.06% from 255) = 15.98%

 BLUE value IS 60 (23.83% from 255) = 27.4%

R = 56.62%
G = 15.98%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7C233C (or 0x7C233C) is known color: Paprika. HEX triplet: 7C, 23 and 3C. RGB value is (124,35,60). Sum of RGB (Red+Green+Blue) = 124+35+60=219 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.62% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 124 - color contains mainly: red. Hex color #7C233C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C233C is #83DCC3. Grayscale: #404040. Windows color (decimal): -8641732 or 3941244. OLE color: 3941244.

HSL color Cylindrical-coordinate representation of color #7C233C: hue angle of 343.15º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C233C is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 35 60 -
CMYK 0 0.72 0.52 0.51
HSL 343.15º 0.56% 0.31% -
HSV(B) 343.15º 0.72% 0.49% -
XYZ 9.73 5.81 4.88 -
YUV 64.46 125.49 170.47 -
System Red Green Blue C M Y K H S L
Decimal 124 35 60 0 0.72 0.52 0.51 343.15 0.56 0.31
Hex 7C 23 3C 0 48 34 33 157 38 1F
Octal 174 43 74 0 110 64 63 527 70 37
Binary 1111100 100011 111100 0 1001000 110100 110011 101010111 111000 11111

Color Harmonies of #7C233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C233C

Black with #7C233C

Text Example


Text Example

White with #7C233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C233C; }

 p { color: rgb(124,35,60); }

 H1.HeaderClassName
 {
   color: #7C233C;
 }
 .AnyTagClassName
 {
   color: #7C233C;
 }
</style>

background-color css

<style>
 a { background-color: #7C233C; }

 a { background-color: rgb(124,35,60); }

 div.DivClassName
 {
   background-color: #7C233C;
 }
 .BgClassName
 {
   background-color: #7C233C;
 }
</style>

border-color css

<style>
 span { border-color: #7C233C; }

 span { border-color: rgb(124,35,60); }

 td.TdClassName
 {
   border-color: #7C233C;
 }
 .TagClassName
 {
   border-color: #7C233C;
 }
</style>