Html Css Color HEX #702133 Claret

📋 copy color: '#702133'

red 112 ◦ green 33 ◦ blue 51

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

Shades of Claret #702133

Tints of Claret #702133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.84%

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

R = 57.14%
G = 16.84%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#702133 (or 0x702133) is known color: Claret. HEX triplet: 70, 21 and 33. RGB value is (112,33,51). Sum of RGB (Red+Green+Blue) = 112+33+51=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #702133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702133 is #8FDECC. Grayscale: #3A3A3A. Windows color (decimal): -9428685 or 3350896. OLE color: 3350896.

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

Color convert

RGB 112 33 51 -
CMYK 0 0.71 0.54 0.56
HSL 346.33º 0.54% 0.28% -
HSV(B) 346.33º 0.71% 0.44% -
XYZ 7.82 4.77 3.64 -
YUV 58.67 123.67 166.04 -
System Red Green Blue C M Y K H S L
Decimal 112 33 51 0 0.71 0.54 0.56 346.33 0.54 0.28
Hex 70 21 33 0 47 36 38 15A 36 1C
Octal 160 41 63 0 107 66 70 532 66 34
Binary 1110000 100001 110011 0 1000111 110110 111000 101011010 110110 11100

Color Harmonies of #702133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702133

Black with #702133

Text Example


Text Example

White with #702133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702133; }

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

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

background-color css

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

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

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

border-color css

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

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

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