Html Css Color HEX #781832 Claret

📋 copy color: '#781832'

red 120 ◦ green 24 ◦ blue 50

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

Shades of Claret #781832

Tints of Claret #781832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.37%

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

R = 61.86%
G = 12.37%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#781832 (or 0x781832) is known color: Claret. HEX triplet: 78, 18 and 32. RGB value is (120,24,50). Sum of RGB (Red+Green+Blue) = 120+24+50=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #781832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781832 is #87E7CD. Grayscale: #373737. Windows color (decimal): -8906702 or 3283064. OLE color: 3283064.

HSL color Cylindrical-coordinate representation of color #781832: hue angle of 343.75º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781832 is Cyan = 0, Magento = 0.8, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 24 50 -
CMYK 0 0.8 0.58 0.53
HSL 343.75º 0.67% 0.28% -
HSV(B) 343.75º 0.8% 0.47% -
XYZ 8.65 4.88 3.5 -
YUV 55.67 124.8 173.89 -
System Red Green Blue C M Y K H S L
Decimal 120 24 50 0 0.8 0.58 0.53 343.75 0.67 0.28
Hex 78 18 32 0 50 3A 35 158 43 1C
Octal 170 30 62 0 120 72 65 530 103 34
Binary 1111000 11000 110010 0 1010000 111010 110101 101011000 1000011 11100

Color Harmonies of #781832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781832

Black with #781832

Text Example


Text Example

White with #781832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781832; }

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

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

background-color css

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

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

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

border-color css

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

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

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