Html Css Color HEX #702330 Claret

📋 copy color: '#702330'

red 112 ◦ green 35 ◦ blue 48

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

Shades of Claret #702330

Tints of Claret #702330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.95%

 BLUE value IS 48 (19.14% from 255) = 24.62%

R = 57.44%
G = 17.95%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#702330 (or 0x702330) is known color: Claret. HEX triplet: 70, 23 and 30. RGB value is (112,35,48). Sum of RGB (Red+Green+Blue) = 112+35+48=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #702330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702330 is #8FDCCF. Grayscale: #3B3B3B. Windows color (decimal): -9428176 or 3154800. OLE color: 3154800.

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

Color convert

RGB 112 35 48 -
CMYK 0 0.69 0.57 0.56
HSL 349.87º 0.52% 0.29% -
HSV(B) 349.87º 0.69% 0.44% -
XYZ 7.82 4.86 3.32 -
YUV 59.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 112 35 48 0 0.69 0.57 0.56 349.87 0.52 0.29
Hex 70 23 30 0 45 39 38 15E 34 1D
Octal 160 43 60 0 105 71 70 536 64 35
Binary 1110000 100011 110000 0 1000101 111001 111000 101011110 110100 11101

Color Harmonies of #702330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702330

Black with #702330

Text Example


Text Example

White with #702330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702330; }

 p { color: rgb(112,35,48); }

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

background-color css

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

 a { background-color: rgb(112,35,48); }

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

border-color css

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

 span { border-color: rgb(112,35,48); }

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