Html Css Color HEX #781D33 Claret

📋 copy color: '#781D33'

red 120 ◦ green 29 ◦ blue 51

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

Shades of Claret #781D33

Tints of Claret #781D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.5%

R = 60%
G = 14.5%
B = 25.5%

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

#781D33 (or 0x781D33) is known color: Claret. HEX triplet: 78, 1D and 33. RGB value is (120,29,51). Sum of RGB (Red+Green+Blue) = 120+29+51=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #781D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D33 is #87E2CC. Grayscale: #3A3A3A. Windows color (decimal): -8905421 or 3349880. OLE color: 3349880.

HSL color Cylindrical-coordinate representation of color #781D33: hue angle of 345.49º 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 #781D33 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 29 51 -
CMYK 0 0.76 0.58 0.53
HSL 345.49º 0.61% 0.29% -
HSV(B) 345.49º 0.76% 0.47% -
XYZ 8.78 5.11 3.66 -
YUV 58.72 123.65 171.71 -
System Red Green Blue C M Y K H S L
Decimal 120 29 51 0 0.76 0.58 0.53 345.49 0.61 0.29
Hex 78 1D 33 0 4C 3A 35 159 3D 1D
Octal 170 35 63 0 114 72 65 531 75 35
Binary 1111000 11101 110011 0 1001100 111010 110101 101011001 111101 11101

Color Harmonies of #781D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781D33

Black with #781D33

Text Example


Text Example

White with #781D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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