Html Css Color HEX #702533 Claret

📋 copy color: '#702533'

red 112 ◦ green 37 ◦ blue 51

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

Shades of Claret #702533

Tints of Claret #702533

RGB

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

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

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

R = 56%
G = 18.5%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#702533 (or 0x702533) is known color: Claret. HEX triplet: 70, 25 and 33. RGB value is (112,37,51). Sum of RGB (Red+Green+Blue) = 112+37+51=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #702533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702533 is #8FDACC. Grayscale: #3D3D3D. Windows color (decimal): -9427661 or 3351920. OLE color: 3351920.

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

Color convert

RGB 112 37 51 -
CMYK 0 0.67 0.54 0.56
HSL 348.8º 0.5% 0.29% -
HSV(B) 348.8º 0.67% 0.44% -
XYZ 7.94 5.01 3.68 -
YUV 61.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 112 37 51 0 0.67 0.54 0.56 348.8 0.5 0.29
Hex 70 25 33 0 43 36 38 15D 32 1D
Octal 160 45 63 0 103 66 70 535 62 35
Binary 1110000 100101 110011 0 1000011 110110 111000 101011101 110010 11101

Color Harmonies of #702533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702533

Black with #702533

Text Example


Text Example

White with #702533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702533; }

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

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

background-color css

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

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

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

border-color css

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

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

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