Html Css Color HEX #58141A Burnt Crimson

📋 copy color: '#58141A'

red 88 ◦ green 20 ◦ blue 26

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

Shades of Burnt Crimson #58141A

Tints of Burnt Crimson #58141A

RGB

 RED value IS 88 (34.77% from 255) = 65.67%

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

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

R = 65.67%
G = 14.93%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#58141A (or 0x58141A) is known color: Burnt Crimson. HEX triplet: 58, 14 and 1A. RGB value is (88,20,26). Sum of RGB (Red+Green+Blue) = 88+20+26=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #58141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58141A is #A7EBE5. Grayscale: #292929. Windows color (decimal): -11004902 or 1709144. OLE color: 1709144.

HSL color Cylindrical-coordinate representation of color #58141A: hue angle of 354.71º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58141A is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 20 26 -
CMYK 0 0.77 0.70 0.65
HSL 354.71º 0.63% 0.21% -
HSV(B) 354.71º 0.77% 0.35% -
XYZ 4.46 2.65 1.25 -
YUV 41.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 88 20 26 0 0.77 0.70 0.65 354.71 0.63 0.21
Hex 58 14 1A 0 4D 46 41 163 3F 15
Octal 130 24 32 0 115 106 101 543 77 25
Binary 1011000 10100 11010 0 1001101 1000110 1000001 101100011 111111 10101

Color Harmonies of #58141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58141A

Black with #58141A

Text Example


Text Example

White with #58141A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,20,26); }

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

background-color css

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

 a { background-color: rgb(88,20,26); }

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

border-color css

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

 span { border-color: rgb(88,20,26); }

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