Html Css Color HEX #762130 Claret

📋 copy color: '#762130'

red 118 ◦ green 33 ◦ blue 48

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

Shades of Claret #762130

Tints of Claret #762130

RGB

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

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

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

R = 59.3%
G = 16.58%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#762130 (or 0x762130) is known color: Claret. HEX triplet: 76, 21 and 30. RGB value is (118,33,48). Sum of RGB (Red+Green+Blue) = 118+33+48=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #762130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762130 is #89DECF. Grayscale: #3C3C3C. Windows color (decimal): -9035472 or 3154294. OLE color: 3154294.

HSL color Cylindrical-coordinate representation of color #762130: hue angle of 349.41º 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 #762130 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 33 48 -
CMYK 0 0.72 0.59 0.54
HSL 349.41º 0.56% 0.3% -
HSV(B) 349.41º 0.72% 0.46% -
XYZ 8.55 5.15 3.34 -
YUV 60.13 121.16 169.28 -
System Red Green Blue C M Y K H S L
Decimal 118 33 48 0 0.72 0.59 0.54 349.41 0.56 0.3
Hex 76 21 30 0 48 3B 36 15D 38 1E
Octal 166 41 60 0 110 73 66 535 70 36
Binary 1110110 100001 110000 0 1001000 111011 110110 101011101 111000 11110

Color Harmonies of #762130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762130

Black with #762130

Text Example


Text Example

White with #762130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762130; }

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

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

background-color css

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

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

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

border-color css

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

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

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