Html Css Color HEX #702435 Claret

📋 copy color: '#702435'

red 112 ◦ green 36 ◦ blue 53

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

Shades of Claret #702435

Tints of Claret #702435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.37%

R = 55.72%
G = 17.91%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#702435 (or 0x702435) is known color: Claret. HEX triplet: 70, 24 and 35. RGB value is (112,36,53). Sum of RGB (Red+Green+Blue) = 112+36+53=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #702435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702435 is #8FDBCA. Grayscale: #3C3C3C. Windows color (decimal): -9427915 or 3482736. OLE color: 3482736.

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

Color convert

RGB 112 36 53 -
CMYK 0 0.68 0.53 0.56
HSL 346.58º 0.51% 0.29% -
HSV(B) 346.58º 0.68% 0.44% -
XYZ 7.96 4.96 3.91 -
YUV 60.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 112 36 53 0 0.68 0.53 0.56 346.58 0.51 0.29
Hex 70 24 35 0 44 35 38 15B 33 1D
Octal 160 44 65 0 104 65 70 533 63 35
Binary 1110000 100100 110101 0 1000100 110101 111000 101011011 110011 11101

Color Harmonies of #702435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702435

Black with #702435

Text Example


Text Example

White with #702435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702435; }

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

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

background-color css

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

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

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

border-color css

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

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

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