Html Css Color HEX #702532 Claret

📋 copy color: '#702532'

red 112 ◦ green 37 ◦ blue 50

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

Shades of Claret #702532

Tints of Claret #702532

RGB

 RED value IS 112 (44.14% from 255) = 56.28%

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

 BLUE value IS 50 (19.92% from 255) = 25.13%

R = 56.28%
G = 18.59%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#702532 (or 0x702532) is known color: Claret. HEX triplet: 70, 25 and 32. RGB value is (112,37,50). Sum of RGB (Red+Green+Blue) = 112+37+50=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #702532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702532 is #8FDACD. Grayscale: #3C3C3C. Windows color (decimal): -9427662 or 3286384. OLE color: 3286384.

HSL color Cylindrical-coordinate representation of color #702532: hue angle of 349.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702532 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 37 50 -
CMYK 0 0.67 0.55 0.56
HSL 349.6º 0.5% 0.29% -
HSV(B) 349.6º 0.67% 0.44% -
XYZ 7.92 5 3.56 -
YUV 60.91 121.85 164.44 -
System Red Green Blue C M Y K H S L
Decimal 112 37 50 0 0.67 0.55 0.56 349.6 0.5 0.29
Hex 70 25 32 0 43 37 38 15E 32 1D
Octal 160 45 62 0 103 67 70 536 62 35
Binary 1110000 100101 110010 0 1000011 110111 111000 101011110 110010 11101

Color Harmonies of #702532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702532

Black with #702532

Text Example


Text Example

White with #702532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702532; }

 p { color: rgb(112,37,50); }

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

background-color css

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

 a { background-color: rgb(112,37,50); }

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

border-color css

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

 span { border-color: rgb(112,37,50); }

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