Html Css Color HEX #702237 Claret

📋 copy color: '#702237'

red 112 ◦ green 34 ◦ blue 55

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

Shades of Claret #702237

Tints of Claret #702237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 27.36%

R = 55.72%
G = 16.92%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#702237 (or 0x702237) is known color: Claret. HEX triplet: 70, 22 and 37. RGB value is (112,34,55). Sum of RGB (Red+Green+Blue) = 112+34+55=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #702237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702237 is #8FDDC8. Grayscale: #3B3B3B. Windows color (decimal): -9428425 or 3613296. OLE color: 3613296.

HSL color Cylindrical-coordinate representation of color #702237: hue angle of 343.85º 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 #702237 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 34 55 -
CMYK 0 0.70 0.51 0.56
HSL 343.85º 0.53% 0.29% -
HSV(B) 343.85º 0.7% 0.44% -
XYZ 7.94 4.86 4.13 -
YUV 59.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 112 34 55 0 0.70 0.51 0.56 343.85 0.53 0.29
Hex 70 22 37 0 46 33 38 158 35 1D
Octal 160 42 67 0 106 63 70 530 65 35
Binary 1110000 100010 110111 0 1000110 110011 111000 101011000 110101 11101

Color Harmonies of #702237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702237

Black with #702237

Text Example


Text Example

White with #702237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702237; }

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

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

background-color css

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

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

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

border-color css

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

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

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