Html Css Color HEX #702936 Claret

📋 copy color: '#702936'

red 112 ◦ green 41 ◦ blue 54

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

Shades of Claret #702936

Tints of Claret #702936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.09%

R = 54.11%
G = 19.81%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#702936 (or 0x702936) is known color: Claret. HEX triplet: 70, 29 and 36. RGB value is (112,41,54). Sum of RGB (Red+Green+Blue) = 112+41+54=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #702936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702936 is #8FD6C9. Grayscale: #3F3F3F. Windows color (decimal): -9426634 or 3549552. OLE color: 3549552.

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

Color convert

RGB 112 41 54 -
CMYK 0 0.63 0.52 0.56
HSL 349.01º 0.46% 0.3% -
HSV(B) 349.01º 0.63% 0.44% -
XYZ 8.14 5.3 4.08 -
YUV 63.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 112 41 54 0 0.63 0.52 0.56 349.01 0.46 0.3
Hex 70 29 36 0 3F 34 38 15D 2E 1E
Octal 160 51 66 0 77 64 70 535 56 36
Binary 1110000 101001 110110 0 111111 110100 111000 101011101 101110 11110

Color Harmonies of #702936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702936

Black with #702936

Text Example


Text Example

White with #702936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702936; }

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

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

background-color css

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

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

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

border-color css

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

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

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