Html Css Color HEX #781935 Claret

📋 copy color: '#781935'

red 120 ◦ green 25 ◦ blue 53

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

Shades of Claret #781935

Tints of Claret #781935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.77%

R = 60.61%
G = 12.63%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#781935 (or 0x781935) is known color: Claret. HEX triplet: 78, 19 and 35. RGB value is (120,25,53). Sum of RGB (Red+Green+Blue) = 120+25+53=198 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.61% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 120 - color contains mainly: red. Hex color #781935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781935 is #87E6CA. Grayscale: #383838. Windows color (decimal): -8906443 or 3479928. OLE color: 3479928.

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

Color convert

RGB 120 25 53 -
CMYK 0 0.79 0.56 0.53
HSL 342.32º 0.66% 0.28% -
HSV(B) 342.32º 0.79% 0.47% -
XYZ 8.74 4.95 3.86 -
YUV 56.6 125.97 173.22 -
System Red Green Blue C M Y K H S L
Decimal 120 25 53 0 0.79 0.56 0.53 342.32 0.66 0.28
Hex 78 19 35 0 4F 38 35 156 42 1C
Octal 170 31 65 0 117 70 65 526 102 34
Binary 1111000 11001 110101 0 1001111 111000 110101 101010110 1000010 11100

Color Harmonies of #781935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781935

Black with #781935

Text Example


Text Example

White with #781935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781935; }

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

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

background-color css

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

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

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

border-color css

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

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

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