Html Css Color HEX #5D011B Pohutukawa

📋 copy color: '#5D011B'

red 93 ◦ green 1 ◦ blue 27

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

Shades of Pohutukawa #5D011B

Tints of Pohutukawa #5D011B

RGB

 RED value IS 93 (36.72% from 255) = 76.86%

 GREEN value IS 1 (0.78% from 255) = 0.83%

 BLUE value IS 27 (10.94% from 255) = 22.31%

R = 76.86%
G = 0.83%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#5D011B (or 0x5D011B) is known color: Pohutukawa. HEX triplet: 5D, 01 and 1B. RGB value is (93,1,27). Sum of RGB (Red+Green+Blue) = 93+1+27=121 (16% of max value = 765). Red value is 93 (36.72% from 255 or 76.86% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 93 - color contains mainly: red. Hex color #5D011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D011B is #A2FEE4. Grayscale: #1F1F1F. Windows color (decimal): -10682085 or 1769821. OLE color: 1769821.

HSL color Cylindrical-coordinate representation of color #5D011B: hue angle of 343.04º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D011B is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 1 27 -
CMYK 0 0.99 0.71 0.64
HSL 343.04º 0.98% 0.18% -
HSV(B) 343.04º 0.99% 0.36% -
XYZ 4.72 2.43 1.26 -
YUV 31.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 93 1 27 0 0.99 0.71 0.64 343.04 0.98 0.18
Hex 5D 1 1B 0 63 47 40 157 62 12
Octal 135 1 33 0 143 107 100 527 142 22
Binary 1011101 1 11011 0 1100011 1000111 1000000 101010111 1100010 10010

Color Harmonies of #5D011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D011B

Black with #5D011B

Text Example


Text Example

White with #5D011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,1,27); }

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

background-color css

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

 a { background-color: rgb(93,1,27); }

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

border-color css

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

 span { border-color: rgb(93,1,27); }

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