Html Css Color HEX #781A37 Claret

📋 copy color: '#781A37'

red 120 ◦ green 26 ◦ blue 55

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

Shades of Claret #781A37

Tints of Claret #781A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.94%

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

R = 59.7%
G = 12.94%
B = 27.36%

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

#781A37 (or 0x781A37) is known color: Claret. HEX triplet: 78, 1A and 37. RGB value is (120,26,55). Sum of RGB (Red+Green+Blue) = 120+26+55=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #781A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A37 is #87E5C8. Grayscale: #393939. Windows color (decimal): -8906185 or 3611256. OLE color: 3611256.

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

Color convert

RGB 120 26 55 -
CMYK 0 0.78 0.54 0.53
HSL 341.49º 0.64% 0.29% -
HSV(B) 341.49º 0.78% 0.47% -
XYZ 8.8 5.01 4.12 -
YUV 57.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 120 26 55 0 0.78 0.54 0.53 341.49 0.64 0.29
Hex 78 1A 37 0 4E 36 35 155 40 1D
Octal 170 32 67 0 116 66 65 525 100 35
Binary 1111000 11010 110111 0 1001110 110110 110101 101010101 1000000 11101

Color Harmonies of #781A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781A37

Black with #781A37

Text Example


Text Example

White with #781A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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