Html Css Color HEX #5A131F Pohutukawa

📋 copy color: '#5A131F'

red 90 ◦ green 19 ◦ blue 31

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

Shades of Pohutukawa #5A131F

Tints of Pohutukawa #5A131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.57%

 BLUE value IS 31 (12.5% from 255) = 22.14%

R = 64.29%
G = 13.57%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#5A131F (or 0x5A131F) is known color: Pohutukawa. HEX triplet: 5A, 13 and 1F. RGB value is (90,19,31). Sum of RGB (Red+Green+Blue) = 90+19+31=140 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.29% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 90 - color contains mainly: red. Hex color #5A131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A131F is #A5ECE0. Grayscale: #292929. Windows color (decimal): -10874081 or 2036570. OLE color: 2036570.

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

Color convert

RGB 90 19 31 -
CMYK 0 0.79 0.66 0.65
HSL 349.86º 0.65% 0.21% -
HSV(B) 349.86º 0.79% 0.35% -
XYZ 4.7 2.74 1.58 -
YUV 41.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 90 19 31 0 0.79 0.66 0.65 349.86 0.65 0.21
Hex 5A 13 1F 0 4F 42 41 15E 41 15
Octal 132 23 37 0 117 102 101 536 101 25
Binary 1011010 10011 11111 0 1001111 1000010 1000001 101011110 1000001 10101

Color Harmonies of #5A131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A131F

Black with #5A131F

Text Example


Text Example

White with #5A131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,19,31); }

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

background-color css

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

 a { background-color: rgb(90,19,31); }

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

border-color css

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

 span { border-color: rgb(90,19,31); }

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