Html Css Color HEX #781335 Claret

📋 copy color: '#781335'

red 120 ◦ green 19 ◦ blue 53

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

Shades of Claret #781335

Tints of Claret #781335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.9%

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

R = 62.5%
G = 9.9%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#781335 (or 0x781335) is known color: Claret. HEX triplet: 78, 13 and 35. RGB value is (120,19,53). Sum of RGB (Red+Green+Blue) = 120+19+53=192 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.5% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 120 - color contains mainly: red. Hex color #781335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781335 is #87ECCA. Grayscale: #353535. Windows color (decimal): -8907979 or 3478392. OLE color: 3478392.

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

Color convert

RGB 120 19 53 -
CMYK 0 0.84 0.56 0.53
HSL 339.8º 0.73% 0.27% -
HSV(B) 339.8º 0.84% 0.47% -
XYZ 8.62 4.72 3.82 -
YUV 53.08 127.96 175.74 -
System Red Green Blue C M Y K H S L
Decimal 120 19 53 0 0.84 0.56 0.53 339.8 0.73 0.27
Hex 78 13 35 0 54 38 35 154 49 1B
Octal 170 23 65 0 124 70 65 524 111 33
Binary 1111000 10011 110101 0 1010100 111000 110101 101010100 1001001 11011

Color Harmonies of #781335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781335

Black with #781335

Text Example


Text Example

White with #781335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781335; }

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

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

background-color css

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

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

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

border-color css

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

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

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