Html Css Color HEX #8A0238 Burgundy

📋 copy color: '#8A0238'

red 138 ◦ green 2 ◦ blue 56

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

Shades of Burgundy #8A0238

Tints of Burgundy #8A0238

RGB

 RED value IS 138 (54.3% from 255) = 70.41%

 GREEN value IS 2 (1.17% from 255) = 1.02%

 BLUE value IS 56 (22.27% from 255) = 28.57%

R = 70.41%
G = 1.02%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#8A0238 (or 0x8A0238) is known color: Burgundy. HEX triplet: 8A, 02 and 38. RGB value is (138,2,56). Sum of RGB (Red+Green+Blue) = 138+2+56=196 (25% of max value = 765). Red value is 138 (54.30% from 255 or 70.41% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0238 is #75FDC7. Grayscale: #303030. Windows color (decimal): -7732680 or 3670666. OLE color: 3670666.

HSL color Cylindrical-coordinate representation of color #8A0238: hue angle of 336.18º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A0238 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 2 56 -
CMYK 0 0.99 0.59 0.46
HSL 336.18º 0.97% 0.27% -
HSV(B) 336.18º 0.99% 0.54% -
XYZ 11.22 5.73 4.26 -
YUV 48.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 138 2 56 0 0.99 0.59 0.46 336.18 0.97 0.27
Hex 8A 2 38 0 63 3B 2E 150 61 1B
Octal 212 2 70 0 143 73 56 520 141 33
Binary 10001010 10 111000 0 1100011 111011 101110 101010000 1100001 11011

Color Harmonies of #8A0238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0238

Black with #8A0238

Text Example


Text Example

White with #8A0238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A0238; }

 p { color: rgb(138,2,56); }

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

background-color css

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

 a { background-color: rgb(138,2,56); }

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

border-color css

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

 span { border-color: rgb(138,2,56); }

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