Html Css Color HEX #781535 Claret

📋 copy color: '#781535'

red 120 ◦ green 21 ◦ blue 53

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

Shades of Claret #781535

Tints of Claret #781535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.82%

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

R = 61.86%
G = 10.82%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#781535 (or 0x781535) is known color: Claret. HEX triplet: 78, 15 and 35. RGB value is (120,21,53). Sum of RGB (Red+Green+Blue) = 120+21+53=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #781535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781535 is #87EACA. Grayscale: #363636. Windows color (decimal): -8907467 or 3478904. OLE color: 3478904.

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

Color convert

RGB 120 21 53 -
CMYK 0 0.83 0.56 0.53
HSL 340.61º 0.7% 0.28% -
HSV(B) 340.61º 0.83% 0.47% -
XYZ 8.66 4.79 3.84 -
YUV 54.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 120 21 53 0 0.83 0.56 0.53 340.61 0.7 0.28
Hex 78 15 35 0 53 38 35 155 46 1C
Octal 170 25 65 0 123 70 65 525 106 34
Binary 1111000 10101 110101 0 1010011 111000 110101 101010101 1000110 11100

Color Harmonies of #781535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781535

Black with #781535

Text Example


Text Example

White with #781535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781535; }

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

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

background-color css

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

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

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

border-color css

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

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

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