Html Css Color HEX #781F3C Claret

📋 copy color: '#781F3C'

red 120 ◦ green 31 ◦ blue 60

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

Shades of Claret #781F3C

Tints of Claret #781F3C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.69%

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

R = 56.87%
G = 14.69%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#781F3C (or 0x781F3C) is known color: Claret. HEX triplet: 78, 1F and 3C. RGB value is (120,31,60). Sum of RGB (Red+Green+Blue) = 120+31+60=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #781F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F3C is #87E0C3. Grayscale: #3C3C3C. Windows color (decimal): -8904900 or 3940216. OLE color: 3940216.

HSL color Cylindrical-coordinate representation of color #781F3C: hue angle of 340.45º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F3C is Cyan = 0, Magento = 0.74, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 31 60 -
CMYK 0 0.74 0.5 0.53
HSL 340.45º 0.59% 0.3% -
HSV(B) 340.45º 0.74% 0.47% -
XYZ 9.05 5.3 4.82 -
YUV 60.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 120 31 60 0 0.74 0.5 0.53 340.45 0.59 0.3
Hex 78 1F 3C 0 4A 32 35 154 3B 1E
Octal 170 37 74 0 112 62 65 524 73 36
Binary 1111000 11111 111100 0 1001010 110010 110101 101010100 111011 11110

Color Harmonies of #781F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F3C

Black with #781F3C

Text Example


Text Example

White with #781F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781F3C; }

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

 H1.HeaderClassName
 {
   color: #781F3C;
 }
 .AnyTagClassName
 {
   color: #781F3C;
 }
</style>

background-color css

<style>
 a { background-color: #781F3C; }

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

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

border-color css

<style>
 span { border-color: #781F3C; }

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

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