Html Css Color HEX #772233 Claret

📋 copy color: '#772233'

red 119 ◦ green 34 ◦ blue 51

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

Shades of Claret #772233

Tints of Claret #772233

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

 BLUE value IS 51 (20.31% from 255) = 25%

R = 58.33%
G = 16.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#772233 (or 0x772233) is known color: Claret. HEX triplet: 77, 22 and 33. RGB value is (119,34,51). Sum of RGB (Red+Green+Blue) = 119+34+51=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #772233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772233 is #88DDCC. Grayscale: #3D3D3D. Windows color (decimal): -8969677 or 3351159. OLE color: 3351159.

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

Color convert

RGB 119 34 51 -
CMYK 0 0.71 0.57 0.53
HSL 348º 0.56% 0.3% -
HSV(B) 348º 0.71% 0.47% -
XYZ 8.78 5.31 3.69 -
YUV 61.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 119 34 51 0 0.71 0.57 0.53 348 0.56 0.3
Hex 77 22 33 0 47 39 35 15C 38 1E
Octal 167 42 63 0 107 71 65 534 70 36
Binary 1110111 100010 110011 0 1000111 111001 110101 101011100 111000 11110

Color Harmonies of #772233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772233

Black with #772233

Text Example


Text Example

White with #772233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772233; }

 p { color: rgb(119,34,51); }

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

background-color css

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

 a { background-color: rgb(119,34,51); }

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

border-color css

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

 span { border-color: rgb(119,34,51); }

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