Html Css Color HEX #702035 Claret

📋 copy color: '#702035'

red 112 ◦ green 32 ◦ blue 53

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

Shades of Claret #702035

Tints of Claret #702035

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.24%

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

R = 56.85%
G = 16.24%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#702035 (or 0x702035) is known color: Claret. HEX triplet: 70, 20 and 35. RGB value is (112,32,53). Sum of RGB (Red+Green+Blue) = 112+32+53=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #702035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702035 is #8FDFCA. Grayscale: #3A3A3A. Windows color (decimal): -9428939 or 3481712. OLE color: 3481712.

HSL color Cylindrical-coordinate representation of color #702035: hue angle of 344.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702035 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 32 53 -
CMYK 0 0.71 0.53 0.56
HSL 344.25º 0.56% 0.28% -
HSV(B) 344.25º 0.71% 0.44% -
XYZ 7.84 4.73 3.87 -
YUV 58.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 112 32 53 0 0.71 0.53 0.56 344.25 0.56 0.28
Hex 70 20 35 0 47 35 38 158 38 1C
Octal 160 40 65 0 107 65 70 530 70 34
Binary 1110000 100000 110101 0 1000111 110101 111000 101011000 111000 11100

Color Harmonies of #702035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702035

Black with #702035

Text Example


Text Example

White with #702035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702035; }

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

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

background-color css

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

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

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

border-color css

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

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

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