Html Css Color HEX #702636 Claret

📋 copy color: '#702636'

red 112 ◦ green 38 ◦ blue 54

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

Shades of Claret #702636

Tints of Claret #702636

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.63%

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

R = 54.9%
G = 18.63%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#702636 (or 0x702636) is known color: Claret. HEX triplet: 70, 26 and 36. RGB value is (112,38,54). Sum of RGB (Red+Green+Blue) = 112+38+54=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #702636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702636 is #8FD9C9. Grayscale: #3D3D3D. Windows color (decimal): -9427402 or 3548784. OLE color: 3548784.

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

Color convert

RGB 112 38 54 -
CMYK 0 0.66 0.52 0.56
HSL 347.03º 0.49% 0.29% -
HSV(B) 347.03º 0.66% 0.44% -
XYZ 8.04 5.1 4.05 -
YUV 61.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 112 38 54 0 0.66 0.52 0.56 347.03 0.49 0.29
Hex 70 26 36 0 42 34 38 15B 31 1D
Octal 160 46 66 0 102 64 70 533 61 35
Binary 1110000 100110 110110 0 1000010 110100 111000 101011011 110001 11101

Color Harmonies of #702636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702636

Black with #702636

Text Example


Text Example

White with #702636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702636; }

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

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

background-color css

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

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

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

border-color css

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

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

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