Html Css Color HEX #771230 Claret

📋 copy color: '#771230'

red 119 ◦ green 18 ◦ blue 48

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

Shades of Claret #771230

Tints of Claret #771230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.95%

R = 64.32%
G = 9.73%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#771230 (or 0x771230) is known color: Claret. HEX triplet: 77, 12 and 30. RGB value is (119,18,48). Sum of RGB (Red+Green+Blue) = 119+18+48=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #771230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771230 is #88EDCF. Grayscale: #333333. Windows color (decimal): -8973776 or 3150455. OLE color: 3150455.

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

Color convert

RGB 119 18 48 -
CMYK 0 0.85 0.60 0.53
HSL 342.18º 0.74% 0.27% -
HSV(B) 342.18º 0.85% 0.47% -
XYZ 8.36 4.57 3.24 -
YUV 51.62 125.96 176.06 -
System Red Green Blue C M Y K H S L
Decimal 119 18 48 0 0.85 0.60 0.53 342.18 0.74 0.27
Hex 77 12 30 0 55 3C 35 156 4A 1B
Octal 167 22 60 0 125 74 65 526 112 33
Binary 1110111 10010 110000 0 1010101 111100 110101 101010110 1001010 11011

Color Harmonies of #771230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771230

Black with #771230

Text Example


Text Example

White with #771230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771230; }

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

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

background-color css

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

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

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

border-color css

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

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

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