Html Css Color HEX #702230 Claret

📋 copy color: '#702230'

red 112 ◦ green 34 ◦ blue 48

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

Shades of Claret #702230

Tints of Claret #702230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.53%

 BLUE value IS 48 (19.14% from 255) = 24.74%

R = 57.73%
G = 17.53%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#702230 (or 0x702230) is known color: Claret. HEX triplet: 70, 22 and 30. RGB value is (112,34,48). Sum of RGB (Red+Green+Blue) = 112+34+48=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #702230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702230 is #8FDDCF. Grayscale: #3A3A3A. Windows color (decimal): -9428432 or 3154544. OLE color: 3154544.

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

Color convert

RGB 112 34 48 -
CMYK 0 0.70 0.57 0.56
HSL 349.23º 0.53% 0.29% -
HSV(B) 349.23º 0.7% 0.44% -
XYZ 7.79 4.8 3.31 -
YUV 58.92 121.84 165.86 -
System Red Green Blue C M Y K H S L
Decimal 112 34 48 0 0.70 0.57 0.56 349.23 0.53 0.29
Hex 70 22 30 0 46 39 38 15D 35 1D
Octal 160 42 60 0 106 71 70 535 65 35
Binary 1110000 100010 110000 0 1000110 111001 111000 101011101 110101 11101

Color Harmonies of #702230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702230

Black with #702230

Text Example


Text Example

White with #702230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702230; }

 p { color: rgb(112,34,48); }

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

background-color css

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

 a { background-color: rgb(112,34,48); }

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

border-color css

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

 span { border-color: rgb(112,34,48); }

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