Html Css Color HEX #702531 Claret

📋 copy color: '#702531'

red 112 ◦ green 37 ◦ blue 49

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

Shades of Claret #702531

Tints of Claret #702531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.69%

 BLUE value IS 49 (19.53% from 255) = 24.75%

R = 56.57%
G = 18.69%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#702531 (or 0x702531) is known color: Claret. HEX triplet: 70, 25 and 31. RGB value is (112,37,49). Sum of RGB (Red+Green+Blue) = 112+37+49=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #702531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702531 is #8FDACE. Grayscale: #3C3C3C. Windows color (decimal): -9427663 or 3220848. OLE color: 3220848.

HSL color Cylindrical-coordinate representation of color #702531: hue angle of 350.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702531 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 37 49 -
CMYK 0 0.67 0.56 0.56
HSL 350.4º 0.5% 0.29% -
HSV(B) 350.4º 0.67% 0.44% -
XYZ 7.9 4.99 3.45 -
YUV 60.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 112 37 49 0 0.67 0.56 0.56 350.4 0.5 0.29
Hex 70 25 31 0 43 38 38 15E 32 1D
Octal 160 45 61 0 103 70 70 536 62 35
Binary 1110000 100101 110001 0 1000011 111000 111000 101011110 110010 11101

Color Harmonies of #702531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702531

Black with #702531

Text Example


Text Example

White with #702531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702531; }

 p { color: rgb(112,37,49); }

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

background-color css

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

 a { background-color: rgb(112,37,49); }

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

border-color css

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

 span { border-color: rgb(112,37,49); }

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