Html Css Color HEX #5D011F Pohutukawa

📋 copy color: '#5D011F'

red 93 ◦ green 1 ◦ blue 31

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

Shades of Pohutukawa #5D011F

Tints of Pohutukawa #5D011F

RGB

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

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

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

R = 74.4%
G = 0.8%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#5D011F (or 0x5D011F) is known color: Pohutukawa. HEX triplet: 5D, 01 and 1F. RGB value is (93,1,31). Sum of RGB (Red+Green+Blue) = 93+1+31=125 (16% of max value = 765). Red value is 93 (36.72% from 255 or 74.4% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 93 - color contains mainly: red. Hex color #5D011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D011F is #A2FEE0. Grayscale: #1F1F1F. Windows color (decimal): -10682081 or 2031965. OLE color: 2031965.

HSL color Cylindrical-coordinate representation of color #5D011F: hue angle of 340.43º 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 #5D011F is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 1 31 -
CMYK 0 0.99 0.67 0.64
HSL 340.43º 0.98% 0.18% -
HSV(B) 340.43º 0.99% 0.36% -
XYZ 4.77 2.45 1.52 -
YUV 31.93 127.48 171.56 -
System Red Green Blue C M Y K H S L
Decimal 93 1 31 0 0.99 0.67 0.64 340.43 0.98 0.18
Hex 5D 1 1F 0 63 43 40 154 62 12
Octal 135 1 37 0 143 103 100 524 142 22
Binary 1011101 1 11111 0 1100011 1000011 1000000 101010100 1100010 10010

Color Harmonies of #5D011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D011F

Black with #5D011F

Text Example


Text Example

White with #5D011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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