#5D0102

Color #5D0102 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #5D0102

Tints of Pohutukawa #5D0102

Color information

#5D0102 (or 0x5D0102) is unknown color: approx Pohutukawa. HEX triplet: 5D, 01 and 02. RGB value is (93,1,2). Sum of RGB (Red+Green+Blue) = 93+1+2=96 (12% of max value = 765). Red value is 93 (36.72% from 255 or 96.88% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0102 is #A2FEFD. Grayscale: #1C1C1C. Windows color (decimal): -10682110 or 131421. OLE color: 131421.

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

Color convert

RGB9312-
CMYK00.990.980.64
HSL359.35º97.87%18.43%-
HSV(B)359.35º98.92%36.47%-
XYZ4.542.350.27-
YUV28.62112.98173.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 96.88%
GREEN value IS 1 (0.78% from 255) = 1.04%
BLUE value IS 2 (1.17% from 255) = 2.08%
R=96.88%
G=1.04%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal931200.990.980.64359.3597.8718.43
Hex5D1206362401676212
Octal13512014314210054714222
Binary10111011100110001111000101000000101100111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D0102;
 }
 .AnyTagClassName
 {
   color: #5D0102;
 }
</style>
background-color css

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

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

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

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

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

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