Html Css Color HEX #781D32 Claret

📋 copy color: '#781D32'

red 120 ◦ green 29 ◦ blue 50

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

Shades of Claret #781D32

Tints of Claret #781D32

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.57%

 BLUE value IS 50 (19.92% from 255) = 25.13%

R = 60.3%
G = 14.57%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#781D32 (or 0x781D32) is known color: Claret. HEX triplet: 78, 1D and 32. RGB value is (120,29,50). Sum of RGB (Red+Green+Blue) = 120+29+50=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #781D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D32 is #87E2CD. Grayscale: #3A3A3A. Windows color (decimal): -8905422 or 3284344. OLE color: 3284344.

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

Color convert

RGB 120 29 50 -
CMYK 0 0.76 0.58 0.53
HSL 346.15º 0.61% 0.29% -
HSV(B) 346.15º 0.76% 0.47% -
XYZ 8.76 5.1 3.54 -
YUV 58.6 123.15 171.79 -
System Red Green Blue C M Y K H S L
Decimal 120 29 50 0 0.76 0.58 0.53 346.15 0.61 0.29
Hex 78 1D 32 0 4C 3A 35 15A 3D 1D
Octal 170 35 62 0 114 72 65 532 75 35
Binary 1111000 11101 110010 0 1001100 111010 110101 101011010 111101 11101

Color Harmonies of #781D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781D32

Black with #781D32

Text Example


Text Example

White with #781D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,29,50); }

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

background-color css

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

 a { background-color: rgb(120,29,50); }

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

border-color css

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

 span { border-color: rgb(120,29,50); }

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