Html Css Color HEX #781938 Claret

📋 copy color: '#781938'

red 120 ◦ green 25 ◦ blue 56

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

Shades of Claret #781938

Tints of Claret #781938

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.44%

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

R = 59.7%
G = 12.44%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#781938 (or 0x781938) is known color: Claret. HEX triplet: 78, 19 and 38. RGB value is (120,25,56). Sum of RGB (Red+Green+Blue) = 120+25+56=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #781938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781938 is #87E6C7. Grayscale: #383838. Windows color (decimal): -8906440 or 3676536. OLE color: 3676536.

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

Color convert

RGB 120 25 56 -
CMYK 0 0.79 0.53 0.53
HSL 340.42º 0.66% 0.28% -
HSV(B) 340.42º 0.79% 0.47% -
XYZ 8.81 4.97 4.24 -
YUV 56.94 127.47 172.98 -
System Red Green Blue C M Y K H S L
Decimal 120 25 56 0 0.79 0.53 0.53 340.42 0.66 0.28
Hex 78 19 38 0 4F 35 35 154 42 1C
Octal 170 31 70 0 117 65 65 524 102 34
Binary 1111000 11001 111000 0 1001111 110101 110101 101010100 1000010 11100

Color Harmonies of #781938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781938

Black with #781938

Text Example


Text Example

White with #781938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781938; }

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

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

background-color css

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

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

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

border-color css

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

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

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