Html Css Color HEX #83181A Red Berry

📋 copy color: '#83181A'

red 131 ◦ green 24 ◦ blue 26

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

Shades of Red Berry #83181A

Tints of Red Berry #83181A

RGB

 RED value IS 131 (51.56% from 255) = 72.38%

 GREEN value IS 24 (9.77% from 255) = 13.26%

 BLUE value IS 26 (10.55% from 255) = 14.36%

R = 72.38%
G = 13.26%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#83181A (or 0x83181A) is known color: Red Berry. HEX triplet: 83, 18 and 1A. RGB value is (131,24,26). Sum of RGB (Red+Green+Blue) = 131+24+26=181 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.38% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 131 - color contains mainly: red. Hex color #83181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83181A is #7CE7E5. Grayscale: #383838. Windows color (decimal): -8185830 or 1710211. OLE color: 1710211.

HSL color Cylindrical-coordinate representation of color #83181A: hue angle of 358.88º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83181A is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 24 26 -
CMYK 0 0.82 0.80 0.49
HSL 358.88º 0.69% 0.3% -
HSV(B) 358.88º 0.82% 0.51% -
XYZ 9.87 5.55 1.53 -
YUV 56.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 131 24 26 0 0.82 0.80 0.49 358.88 0.69 0.3
Hex 83 18 1A 0 52 50 31 167 45 1E
Octal 203 30 32 0 122 120 61 547 105 36
Binary 10000011 11000 11010 0 1010010 1010000 110001 101100111 1000101 11110

Color Harmonies of #83181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83181A

Black with #83181A

Text Example


Text Example

White with #83181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83181A; }

 p { color: rgb(131,24,26); }

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

background-color css

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

 a { background-color: rgb(131,24,26); }

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

border-color css

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

 span { border-color: rgb(131,24,26); }

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