Html Css Color HEX #702A35 Claret

📋 copy color: '#702A35'

red 112 ◦ green 42 ◦ blue 53

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

Shades of Claret #702A35

Tints of Claret #702A35

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.29%

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

R = 54.11%
G = 20.29%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#702A35 (or 0x702A35) is known color: Claret. HEX triplet: 70, 2A and 35. RGB value is (112,42,53). Sum of RGB (Red+Green+Blue) = 112+42+53=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #702A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A35 is #8FD5CA. Grayscale: #404040. Windows color (decimal): -9426379 or 3484272. OLE color: 3484272.

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

Color convert

RGB 112 42 53 -
CMYK 0 0.62 0.53 0.56
HSL 350.57º 0.45% 0.3% -
HSV(B) 350.57º 0.63% 0.44% -
XYZ 8.15 5.36 3.97 -
YUV 64.18 121.69 162.11 -
System Red Green Blue C M Y K H S L
Decimal 112 42 53 0 0.62 0.53 0.56 350.57 0.45 0.3
Hex 70 2A 35 0 3E 35 38 15F 2D 1E
Octal 160 52 65 0 76 65 70 537 55 36
Binary 1110000 101010 110101 0 111110 110101 111000 101011111 101101 11110

Color Harmonies of #702A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A35

Black with #702A35

Text Example


Text Example

White with #702A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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