Html Css Color HEX #771235 Claret

📋 copy color: '#771235'

red 119 ◦ green 18 ◦ blue 53

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

Shades of Claret #771235

Tints of Claret #771235

RGB

 RED value IS 119 (46.88% from 255) = 62.63%

 GREEN value IS 18 (7.42% from 255) = 9.47%

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

R = 62.63%
G = 9.47%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#771235 (or 0x771235) is known color: Claret. HEX triplet: 77, 12 and 35. RGB value is (119,18,53). Sum of RGB (Red+Green+Blue) = 119+18+53=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #771235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771235 is #88EDCA. Grayscale: #343434. Windows color (decimal): -8973771 or 3478135. OLE color: 3478135.

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

Color convert

RGB 119 18 53 -
CMYK 0 0.85 0.55 0.53
HSL 339.21º 0.74% 0.27% -
HSV(B) 339.21º 0.85% 0.47% -
XYZ 8.47 4.61 3.81 -
YUV 52.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 119 18 53 0 0.85 0.55 0.53 339.21 0.74 0.27
Hex 77 12 35 0 55 37 35 153 4A 1B
Octal 167 22 65 0 125 67 65 523 112 33
Binary 1110111 10010 110101 0 1010101 110111 110101 101010011 1001010 11011

Color Harmonies of #771235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771235

Black with #771235

Text Example


Text Example

White with #771235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771235; }

 p { color: rgb(119,18,53); }

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

background-color css

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

 a { background-color: rgb(119,18,53); }

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

border-color css

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

 span { border-color: rgb(119,18,53); }

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