Html Css Color HEX #702937 Claret

📋 copy color: '#702937'

red 112 ◦ green 41 ◦ blue 55

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

Shades of Claret #702937

Tints of Claret #702937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.71%

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

R = 53.85%
G = 19.71%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#702937 (or 0x702937) is known color: Claret. HEX triplet: 70, 29 and 37. RGB value is (112,41,55). Sum of RGB (Red+Green+Blue) = 112+41+55=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #702937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702937 is #8FD6C8. Grayscale: #3F3F3F. Windows color (decimal): -9426633 or 3615088. OLE color: 3615088.

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

Color convert

RGB 112 41 55 -
CMYK 0 0.63 0.51 0.56
HSL 348.17º 0.46% 0.3% -
HSV(B) 348.17º 0.63% 0.44% -
XYZ 8.16 5.31 4.21 -
YUV 63.83 123.02 162.36 -
System Red Green Blue C M Y K H S L
Decimal 112 41 55 0 0.63 0.51 0.56 348.17 0.46 0.3
Hex 70 29 37 0 3F 33 38 15C 2E 1E
Octal 160 51 67 0 77 63 70 534 56 36
Binary 1110000 101001 110111 0 111111 110011 111000 101011100 101110 11110

Color Harmonies of #702937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702937

Black with #702937

Text Example


Text Example

White with #702937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702937; }

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

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

background-color css

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

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

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

border-color css

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

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

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