Html Css Color HEX #781B37 Claret

📋 copy color: '#781B37'

red 120 ◦ green 27 ◦ blue 55

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

Shades of Claret #781B37

Tints of Claret #781B37

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.37%

 BLUE value IS 55 (21.88% from 255) = 27.23%

R = 59.41%
G = 13.37%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#781B37 (or 0x781B37) is known color: Claret. HEX triplet: 78, 1B and 37. RGB value is (120,27,55). Sum of RGB (Red+Green+Blue) = 120+27+55=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #781B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B37 is #87E4C8. Grayscale: #393939. Windows color (decimal): -8905929 or 3611512. OLE color: 3611512.

HSL color Cylindrical-coordinate representation of color #781B37: hue angle of 341.94º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781B37 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 27 55 -
CMYK 0 0.78 0.54 0.53
HSL 341.94º 0.63% 0.29% -
HSV(B) 341.94º 0.78% 0.47% -
XYZ 8.83 5.05 4.12 -
YUV 58 126.31 172.22 -
System Red Green Blue C M Y K H S L
Decimal 120 27 55 0 0.78 0.54 0.53 341.94 0.63 0.29
Hex 78 1B 37 0 4E 36 35 156 3F 1D
Octal 170 33 67 0 116 66 65 526 77 35
Binary 1111000 11011 110111 0 1001110 110110 110101 101010110 111111 11101

Color Harmonies of #781B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781B37

Black with #781B37

Text Example


Text Example

White with #781B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,27,55); }

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

background-color css

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

 a { background-color: rgb(120,27,55); }

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

border-color css

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

 span { border-color: rgb(120,27,55); }

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