Html Css Color HEX #781238 Claret

📋 copy color: '#781238'

red 120 ◦ green 18 ◦ blue 56

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

Shades of Claret #781238

Tints of Claret #781238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.28%

 BLUE value IS 56 (22.27% from 255) = 28.87%

R = 61.86%
G = 9.28%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#781238 (or 0x781238) is known color: Claret. HEX triplet: 78, 12 and 38. RGB value is (120,18,56). Sum of RGB (Red+Green+Blue) = 120+18+56=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #781238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781238 is #87EDC7. Grayscale: #343434. Windows color (decimal): -8908232 or 3674744. OLE color: 3674744.

HSL color Cylindrical-coordinate representation of color #781238: hue angle of 337.65º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781238 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 18 56 -
CMYK 0 0.85 0.53 0.53
HSL 337.65º 0.74% 0.27% -
HSV(B) 337.65º 0.85% 0.47% -
XYZ 8.68 4.71 4.19 -
YUV 52.83 129.79 175.91 -
System Red Green Blue C M Y K H S L
Decimal 120 18 56 0 0.85 0.53 0.53 337.65 0.74 0.27
Hex 78 12 38 0 55 35 35 152 4A 1B
Octal 170 22 70 0 125 65 65 522 112 33
Binary 1111000 10010 111000 0 1010101 110101 110101 101010010 1001010 11011

Color Harmonies of #781238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781238

Black with #781238

Text Example


Text Example

White with #781238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781238; }

 p { color: rgb(120,18,56); }

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

background-color css

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

 a { background-color: rgb(120,18,56); }

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

border-color css

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

 span { border-color: rgb(120,18,56); }

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