Html Css Color HEX #702233 Claret

📋 copy color: '#702233'

red 112 ◦ green 34 ◦ blue 51

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

Shades of Claret #702233

Tints of Claret #702233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.89%

R = 56.85%
G = 17.26%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#702233 (or 0x702233) is known color: Claret. HEX triplet: 70, 22 and 33. RGB value is (112,34,51). Sum of RGB (Red+Green+Blue) = 112+34+51=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #702233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702233 is #8FDDCC. Grayscale: #3B3B3B. Windows color (decimal): -9428429 or 3351152. OLE color: 3351152.

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

Color convert

RGB 112 34 51 -
CMYK 0 0.70 0.54 0.56
HSL 346.92º 0.53% 0.29% -
HSV(B) 346.92º 0.7% 0.44% -
XYZ 7.85 4.83 3.65 -
YUV 59.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 112 34 51 0 0.70 0.54 0.56 346.92 0.53 0.29
Hex 70 22 33 0 46 36 38 15B 35 1D
Octal 160 42 63 0 106 66 70 533 65 35
Binary 1110000 100010 110011 0 1000110 110110 111000 101011011 110101 11101

Color Harmonies of #702233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702233

Black with #702233

Text Example


Text Example

White with #702233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702233; }

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

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

background-color css

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

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

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

border-color css

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

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

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