Html Css Color HEX #70203A Claret

📋 copy color: '#70203A'

red 112 ◦ green 32 ◦ blue 58

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

Shades of Claret #70203A

Tints of Claret #70203A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.71%

R = 55.45%
G = 15.84%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#70203A (or 0x70203A) is known color: Claret. HEX triplet: 70, 20 and 3A. RGB value is (112,32,58). Sum of RGB (Red+Green+Blue) = 112+32+58=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #70203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70203A is #8FDFC5. Grayscale: #3A3A3A. Windows color (decimal): -9428934 or 3809392. OLE color: 3809392.

HSL color Cylindrical-coordinate representation of color #70203A: hue angle of 340.5º 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 #70203A is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 32 58 -
CMYK 0 0.71 0.48 0.56
HSL 340.5º 0.56% 0.28% -
HSV(B) 340.5º 0.71% 0.44% -
XYZ 7.96 4.78 4.51 -
YUV 58.88 127.5 165.89 -
System Red Green Blue C M Y K H S L
Decimal 112 32 58 0 0.71 0.48 0.56 340.5 0.56 0.28
Hex 70 20 3A 0 47 30 38 154 38 1C
Octal 160 40 72 0 107 60 70 524 70 34
Binary 1110000 100000 111010 0 1000111 110000 111000 101010100 111000 11100

Color Harmonies of #70203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70203A

Black with #70203A

Text Example


Text Example

White with #70203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70203A; }

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

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

background-color css

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

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

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

border-color css

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

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

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