Html Css Color HEX #702835 Claret

📋 copy color: '#702835'

red 112 ◦ green 40 ◦ blue 53

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

Shades of Claret #702835

Tints of Claret #702835

RGB

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

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

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

R = 54.63%
G = 19.51%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#702835 (or 0x702835) is known color: Claret. HEX triplet: 70, 28 and 35. RGB value is (112,40,53). Sum of RGB (Red+Green+Blue) = 112+40+53=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #702835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702835 is #8FD7CA. Grayscale: #3F3F3F. Windows color (decimal): -9426891 or 3483760. OLE color: 3483760.

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

Color convert

RGB 112 40 53 -
CMYK 0 0.64 0.53 0.56
HSL 349.17º 0.47% 0.3% -
HSV(B) 349.17º 0.64% 0.44% -
XYZ 8.08 5.22 3.95 -
YUV 63.01 122.35 162.94 -
System Red Green Blue C M Y K H S L
Decimal 112 40 53 0 0.64 0.53 0.56 349.17 0.47 0.3
Hex 70 28 35 0 40 35 38 15D 2F 1E
Octal 160 50 65 0 100 65 70 535 57 36
Binary 1110000 101000 110101 0 1000000 110101 111000 101011101 101111 11110

Color Harmonies of #702835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702835

Black with #702835

Text Example


Text Example

White with #702835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702835; }

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

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

background-color css

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

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

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

border-color css

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

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

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