Html Css Color HEX #702934 Claret

📋 copy color: '#702934'

red 112 ◦ green 41 ◦ blue 52

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

Shades of Claret #702934

Tints of Claret #702934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25.37%

R = 54.63%
G = 20%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#702934 (or 0x702934) is known color: Claret. HEX triplet: 70, 29 and 34. RGB value is (112,41,52). Sum of RGB (Red+Green+Blue) = 112+41+52=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #702934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702934 is #8FD6CB. Grayscale: #3F3F3F. Windows color (decimal): -9426636 or 3418480. OLE color: 3418480.

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

Color convert

RGB 112 41 52 -
CMYK 0 0.63 0.54 0.56
HSL 350.7º 0.46% 0.3% -
HSV(B) 350.7º 0.63% 0.44% -
XYZ 8.09 5.28 3.84 -
YUV 63.48 121.52 162.61 -
System Red Green Blue C M Y K H S L
Decimal 112 41 52 0 0.63 0.54 0.56 350.7 0.46 0.3
Hex 70 29 34 0 3F 36 38 15F 2E 1E
Octal 160 51 64 0 77 66 70 537 56 36
Binary 1110000 101001 110100 0 111111 110110 111000 101011111 101110 11110

Color Harmonies of #702934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702934

Black with #702934

Text Example


Text Example

White with #702934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702934; }

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

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

background-color css

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

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

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

border-color css

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

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

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