Html Css Color HEX #702436 Claret

📋 copy color: '#702436'

red 112 ◦ green 36 ◦ blue 54

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

Shades of Claret #702436

Tints of Claret #702436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.73%

R = 55.45%
G = 17.82%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#702436 (or 0x702436) is known color: Claret. HEX triplet: 70, 24 and 36. RGB value is (112,36,54). Sum of RGB (Red+Green+Blue) = 112+36+54=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #702436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702436 is #8FDBC9. Grayscale: #3C3C3C. Windows color (decimal): -9427914 or 3548272. OLE color: 3548272.

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

Color convert

RGB 112 36 54 -
CMYK 0 0.68 0.52 0.56
HSL 345.79º 0.51% 0.29% -
HSV(B) 345.79º 0.68% 0.44% -
XYZ 7.98 4.97 4.03 -
YUV 60.78 124.18 164.54 -
System Red Green Blue C M Y K H S L
Decimal 112 36 54 0 0.68 0.52 0.56 345.79 0.51 0.29
Hex 70 24 36 0 44 34 38 15A 33 1D
Octal 160 44 66 0 104 64 70 532 63 35
Binary 1110000 100100 110110 0 1000100 110100 111000 101011010 110011 11101

Color Harmonies of #702436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702436

Black with #702436

Text Example


Text Example

White with #702436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702436; }

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

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

background-color css

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

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

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

border-color css

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

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

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