Html Css Color HEX #781135 Claret

📋 copy color: '#781135'

red 120 ◦ green 17 ◦ blue 53

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

Shades of Claret #781135

Tints of Claret #781135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.95%

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

R = 63.16%
G = 8.95%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#781135 (or 0x781135) is known color: Claret. HEX triplet: 78, 11 and 35. RGB value is (120,17,53). Sum of RGB (Red+Green+Blue) = 120+17+53=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #781135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781135 is #87EECA. Grayscale: #333333. Windows color (decimal): -8908491 or 3477880. OLE color: 3477880.

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

Color convert

RGB 120 17 53 -
CMYK 0 0.86 0.56 0.53
HSL 339.03º 0.75% 0.27% -
HSV(B) 339.03º 0.86% 0.47% -
XYZ 8.59 4.65 3.81 -
YUV 51.9 128.62 176.57 -
System Red Green Blue C M Y K H S L
Decimal 120 17 53 0 0.86 0.56 0.53 339.03 0.75 0.27
Hex 78 11 35 0 56 38 35 153 4B 1B
Octal 170 21 65 0 126 70 65 523 113 33
Binary 1111000 10001 110101 0 1010110 111000 110101 101010011 1001011 11011

Color Harmonies of #781135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781135

Black with #781135

Text Example


Text Example

White with #781135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781135; }

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

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

background-color css

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

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

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

border-color css

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

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

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