Html Css Color HEX #821417 Red Berry

📋 copy color: '#821417'

red 130 ◦ green 20 ◦ blue 23

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

Shades of Red Berry #821417

Tints of Red Berry #821417

RGB

 RED value IS 130 (51.17% from 255) = 75.14%

 GREEN value IS 20 (8.2% from 255) = 11.56%

 BLUE value IS 23 (9.38% from 255) = 13.29%

R = 75.14%
G = 11.56%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#821417 (or 0x821417) is known color: Red Berry. HEX triplet: 82, 14 and 17. RGB value is (130,20,23). Sum of RGB (Red+Green+Blue) = 130+20+23=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #821417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821417 is #7DEBE8. Grayscale: #353535. Windows color (decimal): -8252393 or 1512578. OLE color: 1512578.

HSL color Cylindrical-coordinate representation of color #821417: hue angle of 358.36º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821417 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 20 23 -
CMYK 0 0.85 0.82 0.49
HSL 358.36º 0.73% 0.29% -
HSV(B) 358.36º 0.85% 0.51% -
XYZ 9.61 5.31 1.33 -
YUV 53.23 110.94 182.76 -
System Red Green Blue C M Y K H S L
Decimal 130 20 23 0 0.85 0.82 0.49 358.36 0.73 0.29
Hex 82 14 17 0 55 52 31 166 49 1D
Octal 202 24 27 0 125 122 61 546 111 35
Binary 10000010 10100 10111 0 1010101 1010010 110001 101100110 1001001 11101

Color Harmonies of #821417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821417

Black with #821417

Text Example


Text Example

White with #821417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821417; }

 p { color: rgb(130,20,23); }

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

background-color css

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

 a { background-color: rgb(130,20,23); }

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

border-color css

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

 span { border-color: rgb(130,20,23); }

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