Html Css Color HEX #702935 Claret

📋 copy color: '#702935'

red 112 ◦ green 41 ◦ blue 53

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

Shades of Claret #702935

Tints of Claret #702935

RGB

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

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

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

R = 54.37%
G = 19.9%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#702935 (or 0x702935) is known color: Claret. HEX triplet: 70, 29 and 35. RGB value is (112,41,53). Sum of RGB (Red+Green+Blue) = 112+41+53=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #702935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702935 is #8FD6CA. Grayscale: #3F3F3F. Windows color (decimal): -9426635 or 3484016. OLE color: 3484016.

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

Color convert

RGB 112 41 53 -
CMYK 0 0.63 0.53 0.56
HSL 349.86º 0.46% 0.3% -
HSV(B) 349.86º 0.63% 0.44% -
XYZ 8.12 5.29 3.96 -
YUV 63.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 112 41 53 0 0.63 0.53 0.56 349.86 0.46 0.3
Hex 70 29 35 0 3F 35 38 15E 2E 1E
Octal 160 51 65 0 77 65 70 536 56 36
Binary 1110000 101001 110101 0 111111 110101 111000 101011110 101110 11110

Color Harmonies of #702935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702935

Black with #702935

Text Example


Text Example

White with #702935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702935; }

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

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

background-color css

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

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

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

border-color css

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

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

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