Html Css Color HEX #762133 Claret

📋 copy color: '#762133'

red 118 ◦ green 33 ◦ blue 51

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

Shades of Claret #762133

Tints of Claret #762133

RGB

 RED value IS 118 (46.48% from 255) = 58.42%

 GREEN value IS 33 (13.28% from 255) = 16.34%

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

R = 58.42%
G = 16.34%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#762133 (or 0x762133) is known color: Claret. HEX triplet: 76, 21 and 33. RGB value is (118,33,51). Sum of RGB (Red+Green+Blue) = 118+33+51=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #762133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762133 is #89DECC. Grayscale: #3C3C3C. Windows color (decimal): -9035469 or 3350902. OLE color: 3350902.

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

Color convert

RGB 118 33 51 -
CMYK 0 0.72 0.57 0.54
HSL 347.29º 0.56% 0.3% -
HSV(B) 347.29º 0.72% 0.46% -
XYZ 8.61 5.18 3.68 -
YUV 60.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 118 33 51 0 0.72 0.57 0.54 347.29 0.56 0.3
Hex 76 21 33 0 48 39 36 15B 38 1E
Octal 166 41 63 0 110 71 66 533 70 36
Binary 1110110 100001 110011 0 1001000 111001 110110 101011011 111000 11110

Color Harmonies of #762133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762133

Black with #762133

Text Example


Text Example

White with #762133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762133; }

 p { color: rgb(118,33,51); }

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

background-color css

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

 a { background-color: rgb(118,33,51); }

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

border-color css

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

 span { border-color: rgb(118,33,51); }

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