Html Css Color HEX #762335 Claret

📋 copy color: '#762335'

red 118 ◦ green 35 ◦ blue 53

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

Shades of Claret #762335

Tints of Claret #762335

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.99%

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

R = 57.28%
G = 16.99%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#762335 (or 0x762335) is known color: Claret. HEX triplet: 76, 23 and 35. RGB value is (118,35,53). Sum of RGB (Red+Green+Blue) = 118+35+53=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #762335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762335 is #89DCCA. Grayscale: #3D3D3D. Windows color (decimal): -9034955 or 3482486. OLE color: 3482486.

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

Color convert

RGB 118 35 53 -
CMYK 0 0.70 0.55 0.54
HSL 346.99º 0.54% 0.3% -
HSV(B) 346.99º 0.7% 0.46% -
XYZ 8.71 5.31 3.93 -
YUV 61.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 118 35 53 0 0.70 0.55 0.54 346.99 0.54 0.3
Hex 76 23 35 0 46 37 36 15B 36 1E
Octal 166 43 65 0 106 67 66 533 66 36
Binary 1110110 100011 110101 0 1000110 110111 110110 101011011 110110 11110

Color Harmonies of #762335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762335

Black with #762335

Text Example


Text Example

White with #762335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762335; }

 p { color: rgb(118,35,53); }

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

background-color css

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

 a { background-color: rgb(118,35,53); }

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

border-color css

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

 span { border-color: rgb(118,35,53); }

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