Html Css Color HEX #702534 Claret

📋 copy color: '#702534'

red 112 ◦ green 37 ◦ blue 52

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

Shades of Claret #702534

Tints of Claret #702534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25.87%

R = 55.72%
G = 18.41%
B = 25.87%

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

#702534 (or 0x702534) is known color: Claret. HEX triplet: 70, 25 and 34. RGB value is (112,37,52). Sum of RGB (Red+Green+Blue) = 112+37+52=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #702534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702534 is #8FDACB. Grayscale: #3D3D3D. Windows color (decimal): -9427660 or 3417456. OLE color: 3417456.

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

Color convert

RGB 112 37 52 -
CMYK 0 0.67 0.54 0.56
HSL 348º 0.5% 0.29% -
HSV(B) 348º 0.67% 0.44% -
XYZ 7.96 5.02 3.8 -
YUV 61.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 112 37 52 0 0.67 0.54 0.56 348 0.5 0.29
Hex 70 25 34 0 43 36 38 15C 32 1D
Octal 160 45 64 0 103 66 70 534 62 35
Binary 1110000 100101 110100 0 1000011 110110 111000 101011100 110010 11101

Color Harmonies of #702534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702534

Black with #702534

Text Example


Text Example

White with #702534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702534; }

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

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

background-color css

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

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

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

border-color css

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

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

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