Html Css Color HEX #781833 Claret

📋 copy color: '#781833'

red 120 ◦ green 24 ◦ blue 51

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

Shades of Claret #781833

Tints of Claret #781833

RGB

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

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

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

R = 61.54%
G = 12.31%
B = 26.15%

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

#781833 (or 0x781833) is known color: Claret. HEX triplet: 78, 18 and 33. RGB value is (120,24,51). Sum of RGB (Red+Green+Blue) = 120+24+51=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #781833 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781833 is #87E7CC. Grayscale: #373737. Windows color (decimal): -8906701 or 3348600. OLE color: 3348600.

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

Color convert

RGB 120 24 51 -
CMYK 0 0.8 0.58 0.53
HSL 343.13º 0.67% 0.28% -
HSV(B) 343.13º 0.8% 0.47% -
XYZ 8.67 4.89 3.62 -
YUV 55.78 125.3 173.8 -
System Red Green Blue C M Y K H S L
Decimal 120 24 51 0 0.8 0.58 0.53 343.13 0.67 0.28
Hex 78 18 33 0 50 3A 35 157 43 1C
Octal 170 30 63 0 120 72 65 527 103 34
Binary 1111000 11000 110011 0 1010000 111010 110101 101010111 1000011 11100

Color Harmonies of #781833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781833

Black with #781833

Text Example


Text Example

White with #781833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781833; }

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

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

background-color css

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

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

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

border-color css

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

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

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