Html Css Color HEX #702837 Claret

📋 copy color: '#702837'

red 112 ◦ green 40 ◦ blue 55

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

Shades of Claret #702837

Tints of Claret #702837

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.32%

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

R = 54.11%
G = 19.32%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#702837 (or 0x702837) is known color: Claret. HEX triplet: 70, 28 and 37. RGB value is (112,40,55). Sum of RGB (Red+Green+Blue) = 112+40+55=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #702837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702837 is #8FD7C8. Grayscale: #3F3F3F. Windows color (decimal): -9426889 or 3614832. OLE color: 3614832.

HSL color Cylindrical-coordinate representation of color #702837: hue angle of 347.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #702837 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 40 55 -
CMYK 0 0.64 0.51 0.56
HSL 347.5º 0.47% 0.3% -
HSV(B) 347.5º 0.64% 0.44% -
XYZ 8.13 5.24 4.2 -
YUV 63.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 112 40 55 0 0.64 0.51 0.56 347.5 0.47 0.3
Hex 70 28 37 0 40 33 38 15C 2F 1E
Octal 160 50 67 0 100 63 70 534 57 36
Binary 1110000 101000 110111 0 1000000 110011 111000 101011100 101111 11110

Color Harmonies of #702837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702837

Black with #702837

Text Example


Text Example

White with #702837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702837; }

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

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

background-color css

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

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

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

border-color css

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

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

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