Html Css Color HEX #702235 Claret

📋 copy color: '#702235'

red 112 ◦ green 34 ◦ blue 53

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

Shades of Claret #702235

Tints of Claret #702235

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.09%

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

R = 56.28%
G = 17.09%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#702235 (or 0x702235) is known color: Claret. HEX triplet: 70, 22 and 35. RGB value is (112,34,53). Sum of RGB (Red+Green+Blue) = 112+34+53=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #702235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702235 is #8FDDCA. Grayscale: #3B3B3B. Windows color (decimal): -9428427 or 3482224. OLE color: 3482224.

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

Color convert

RGB 112 34 53 -
CMYK 0 0.70 0.53 0.56
HSL 345.38º 0.53% 0.29% -
HSV(B) 345.38º 0.7% 0.44% -
XYZ 7.9 4.85 3.89 -
YUV 59.49 124.34 165.46 -
System Red Green Blue C M Y K H S L
Decimal 112 34 53 0 0.70 0.53 0.56 345.38 0.53 0.29
Hex 70 22 35 0 46 35 38 159 35 1D
Octal 160 42 65 0 106 65 70 531 65 35
Binary 1110000 100010 110101 0 1000110 110101 111000 101011001 110101 11101

Color Harmonies of #702235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702235

Black with #702235

Text Example


Text Example

White with #702235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702235; }

 p { color: rgb(112,34,53); }

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

background-color css

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

 a { background-color: rgb(112,34,53); }

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

border-color css

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

 span { border-color: rgb(112,34,53); }

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