Html Css Color HEX #702433 Claret

📋 copy color: '#702433'

red 112 ◦ green 36 ◦ blue 51

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

Shades of Claret #702433

Tints of Claret #702433

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.09%

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

R = 56.28%
G = 18.09%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#702433 (or 0x702433) is known color: Claret. HEX triplet: 70, 24 and 33. RGB value is (112,36,51). Sum of RGB (Red+Green+Blue) = 112+36+51=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #702433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702433 is #8FDBCC. Grayscale: #3C3C3C. Windows color (decimal): -9427917 or 3351664. OLE color: 3351664.

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

Color convert

RGB 112 36 51 -
CMYK 0 0.68 0.54 0.56
HSL 348.16º 0.51% 0.29% -
HSV(B) 348.16º 0.68% 0.44% -
XYZ 7.91 4.95 3.67 -
YUV 60.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 112 36 51 0 0.68 0.54 0.56 348.16 0.51 0.29
Hex 70 24 33 0 44 36 38 15C 33 1D
Octal 160 44 63 0 104 66 70 534 63 35
Binary 1110000 100100 110011 0 1000100 110110 111000 101011100 110011 11101

Color Harmonies of #702433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702433

Black with #702433

Text Example


Text Example

White with #702433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702433; }

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

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

background-color css

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

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

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

border-color css

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

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

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