Html Css Color HEX #702938 Claret

📋 copy color: '#702938'

red 112 ◦ green 41 ◦ blue 56

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

Shades of Claret #702938

Tints of Claret #702938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.79%

R = 53.59%
G = 19.62%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#702938 (or 0x702938) is known color: Claret. HEX triplet: 70, 29 and 38. RGB value is (112,41,56). Sum of RGB (Red+Green+Blue) = 112+41+56=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #702938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702938 is #8FD6C7. Grayscale: #3F3F3F. Windows color (decimal): -9426632 or 3680624. OLE color: 3680624.

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

Color convert

RGB 112 41 56 -
CMYK 0 0.63 0.50 0.56
HSL 347.32º 0.46% 0.3% -
HSV(B) 347.32º 0.63% 0.44% -
XYZ 8.19 5.32 4.34 -
YUV 63.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 112 41 56 0 0.63 0.50 0.56 347.32 0.46 0.3
Hex 70 29 38 0 3F 32 38 15B 2E 1E
Octal 160 51 70 0 77 62 70 533 56 36
Binary 1110000 101001 111000 0 111111 110010 111000 101011011 101110 11110

Color Harmonies of #702938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702938

Black with #702938

Text Example


Text Example

White with #702938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702938; }

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

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

background-color css

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

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

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

border-color css

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

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

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