Html Css Color HEX #702039 Claret

📋 copy color: '#702039'

red 112 ◦ green 32 ◦ blue 57

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

Shades of Claret #702039

Tints of Claret #702039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 28.36%

R = 55.72%
G = 15.92%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#702039 (or 0x702039) is known color: Claret. HEX triplet: 70, 20 and 39. RGB value is (112,32,57). Sum of RGB (Red+Green+Blue) = 112+32+57=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #702039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702039 is #8FDFC6. Grayscale: #3A3A3A. Windows color (decimal): -9428935 or 3743856. OLE color: 3743856.

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

Color convert

RGB 112 32 57 -
CMYK 0 0.71 0.49 0.56
HSL 341.25º 0.56% 0.28% -
HSV(B) 341.25º 0.71% 0.44% -
XYZ 7.94 4.77 4.37 -
YUV 58.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 112 32 57 0 0.71 0.49 0.56 341.25 0.56 0.28
Hex 70 20 39 0 47 31 38 155 38 1C
Octal 160 40 71 0 107 61 70 525 70 34
Binary 1110000 100000 111001 0 1000111 110001 111000 101010101 111000 11100

Color Harmonies of #702039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702039

Black with #702039

Text Example


Text Example

White with #702039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702039; }

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

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

background-color css

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

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

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

border-color css

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

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

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