Html Css Color HEX #762535 Claret

📋 copy color: '#762535'

red 118 ◦ green 37 ◦ blue 53

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

Shades of Claret #762535

Tints of Claret #762535

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.79%

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

R = 56.73%
G = 17.79%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#762535 (or 0x762535) is known color: Claret. HEX triplet: 76, 25 and 35. RGB value is (118,37,53). Sum of RGB (Red+Green+Blue) = 118+37+53=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #762535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762535 is #89DACA. Grayscale: #3F3F3F. Windows color (decimal): -9034443 or 3482998. OLE color: 3482998.

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

Color convert

RGB 118 37 53 -
CMYK 0 0.69 0.55 0.54
HSL 348.15º 0.52% 0.3% -
HSV(B) 348.15º 0.69% 0.46% -
XYZ 8.78 5.43 3.95 -
YUV 63.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 118 37 53 0 0.69 0.55 0.54 348.15 0.52 0.3
Hex 76 25 35 0 45 37 36 15C 34 1E
Octal 166 45 65 0 105 67 66 534 64 36
Binary 1110110 100101 110101 0 1000101 110111 110110 101011100 110100 11110

Color Harmonies of #762535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762535

Black with #762535

Text Example


Text Example

White with #762535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762535; }

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

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

background-color css

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

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

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

border-color css

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

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

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