Html Css Color HEX #781830 Claret

📋 copy color: '#781830'

red 120 ◦ green 24 ◦ blue 48

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

Shades of Claret #781830

Tints of Claret #781830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25%

R = 62.5%
G = 12.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#781830 (or 0x781830) is known color: Claret. HEX triplet: 78, 18 and 30. RGB value is (120,24,48). Sum of RGB (Red+Green+Blue) = 120+24+48=192 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.5% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 120 - color contains mainly: red. Hex color #781830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781830 is #87E7CF. Grayscale: #373737. Windows color (decimal): -8906704 or 3151992. OLE color: 3151992.

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

Color convert

RGB 120 24 48 -
CMYK 0 0.8 0.60 0.53
HSL 345º 0.67% 0.28% -
HSV(B) 345º 0.8% 0.47% -
XYZ 8.61 4.86 3.28 -
YUV 55.44 123.8 174.05 -
System Red Green Blue C M Y K H S L
Decimal 120 24 48 0 0.8 0.60 0.53 345 0.67 0.28
Hex 78 18 30 0 50 3C 35 159 43 1C
Octal 170 30 60 0 120 74 65 531 103 34
Binary 1111000 11000 110000 0 1010000 111100 110101 101011001 1000011 11100

Color Harmonies of #781830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781830

Black with #781830

Text Example


Text Example

White with #781830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781830; }

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

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

background-color css

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

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

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

border-color css

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

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

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