Html Css Color HEX #5A230F Caput Mortuum

📋 copy color: '#5A230F'

red 90 ◦ green 35 ◦ blue 15

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

Shades of Caput Mortuum #5A230F

Tints of Caput Mortuum #5A230F

RGB

 RED value IS 90 (35.55% from 255) = 64.29%

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

 BLUE value IS 15 (6.25% from 255) = 10.71%

R = 64.29%
G = 25%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#5A230F (or 0x5A230F) is known color: Caput Mortuum. HEX triplet: 5A, 23 and 0F. RGB value is (90,35,15). Sum of RGB (Red+Green+Blue) = 90+35+15=140 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.29% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 90 - color contains mainly: red. Hex color #5A230F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A230F is #A5DCF0. Grayscale: #313131. Windows color (decimal): -10870001 or 992090. OLE color: 992090.

HSL color Cylindrical-coordinate representation of color #5A230F: hue angle of 16º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A230F is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 35 15 -
CMYK 0 0.61 0.83 0.65
HSL 16º 0.71% 0.21% -
HSV(B) 16º 0.83% 0.35% -
XYZ 4.9 3.41 0.85 -
YUV 49.17 108.72 157.13 -
System Red Green Blue C M Y K H S L
Decimal 90 35 15 0 0.61 0.83 0.65 16 0.71 0.21
Hex 5A 23 F 0 3D 53 41 10 47 15
Octal 132 43 17 0 75 123 101 20 107 25
Binary 1011010 100011 1111 0 111101 1010011 1000001 10000 1000111 10101

Color Harmonies of #5A230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A230F

Black with #5A230F

Text Example


Text Example

White with #5A230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A230F; }

 p { color: rgb(90,35,15); }

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

background-color css

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

 a { background-color: rgb(90,35,15); }

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

border-color css

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

 span { border-color: rgb(90,35,15); }

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