Html Css Color HEX #78243C Claret

📋 copy color: '#78243C'

red 120 ◦ green 36 ◦ blue 60

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

Shades of Claret #78243C

Tints of Claret #78243C

RGB

 RED value IS 120 (47.27% from 255) = 55.56%

 GREEN value IS 36 (14.45% from 255) = 16.67%

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

R = 55.56%
G = 16.67%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#78243C (or 0x78243C) is known color: Claret. HEX triplet: 78, 24 and 3C. RGB value is (120,36,60). Sum of RGB (Red+Green+Blue) = 120+36+60=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #78243C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78243C is #87DBC3. Grayscale: #3F3F3F. Windows color (decimal): -8903620 or 3941496. OLE color: 3941496.

HSL color Cylindrical-coordinate representation of color #78243C: hue angle of 342.86º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78243C is Cyan = 0, Magento = 0.7, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 36 60 -
CMYK 0 0.7 0.5 0.53
HSL 342.86º 0.54% 0.31% -
HSV(B) 342.86º 0.7% 0.47% -
XYZ 9.19 5.58 4.87 -
YUV 63.85 125.83 168.05 -
System Red Green Blue C M Y K H S L
Decimal 120 36 60 0 0.7 0.5 0.53 342.86 0.54 0.31
Hex 78 24 3C 0 46 32 35 157 36 1F
Octal 170 44 74 0 106 62 65 527 66 37
Binary 1111000 100100 111100 0 1000110 110010 110101 101010111 110110 11111

Color Harmonies of #78243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78243C

Black with #78243C

Text Example


Text Example

White with #78243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78243C; }

 p { color: rgb(120,36,60); }

 H1.HeaderClassName
 {
   color: #78243C;
 }
 .AnyTagClassName
 {
   color: #78243C;
 }
</style>

background-color css

<style>
 a { background-color: #78243C; }

 a { background-color: rgb(120,36,60); }

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

border-color css

<style>
 span { border-color: #78243C; }

 span { border-color: rgb(120,36,60); }

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