Html Css Color HEX #5A1D2B Pohutukawa

📋 copy color: '#5A1D2B'

red 90 ◦ green 29 ◦ blue 43

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

Shades of Pohutukawa #5A1D2B

Tints of Pohutukawa #5A1D2B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.9%

 BLUE value IS 43 (17.19% from 255) = 26.54%

R = 55.56%
G = 17.9%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#5A1D2B (or 0x5A1D2B) is known color: Pohutukawa. HEX triplet: 5A, 1D and 2B. RGB value is (90,29,43). Sum of RGB (Red+Green+Blue) = 90+29+43=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1D2B is #A5E2D4. Grayscale: #303030. Windows color (decimal): -10871509 or 2825562. OLE color: 2825562.

HSL color Cylindrical-coordinate representation of color #5A1D2B: hue angle of 346.23º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A1D2B is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 29 43 -
CMYK 0 0.68 0.52 0.65
HSL 346.23º 0.51% 0.23% -
HSV(B) 346.23º 0.68% 0.35% -
XYZ 5.09 3.23 2.64 -
YUV 48.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 90 29 43 0 0.68 0.52 0.65 346.23 0.51 0.23
Hex 5A 1D 2B 0 44 34 41 15A 33 17
Octal 132 35 53 0 104 64 101 532 63 27
Binary 1011010 11101 101011 0 1000100 110100 1000001 101011010 110011 10111

Color Harmonies of #5A1D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1D2B

Black with #5A1D2B

Text Example


Text Example

White with #5A1D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,29,43); }

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

background-color css

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

 a { background-color: rgb(90,29,43); }

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

border-color css

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

 span { border-color: rgb(90,29,43); }

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