Html Css Color HEX #5D0206 Pohutukawa

📋 copy color: '#5D0206'

red 93 ◦ green 2 ◦ blue 6

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

Shades of Pohutukawa #5D0206

Tints of Pohutukawa #5D0206

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.98%

 BLUE value IS 6 (2.73% from 255) = 5.94%

R = 92.08%
G = 1.98%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.64

RGB Variations

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

Color information

#5D0206 (or 0x5D0206) is known color: Pohutukawa. HEX triplet: 5D, 02 and 06. RGB value is (93,2,6). Sum of RGB (Red+Green+Blue) = 93+2+6=101 (13% of max value = 765). Red value is 93 (36.72% from 255 or 92.08% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0206 is #A2FDF9. Grayscale: #1D1D1D. Windows color (decimal): -10681850 or 393821. OLE color: 393821.

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

Color convert

RGB 93 2 6 -
CMYK 0 0.98 0.94 0.64
HSL 357.36º 0.96% 0.19% -
HSV(B) 357.36º 0.98% 0.36% -
XYZ 4.57 2.38 0.39 -
YUV 29.67 114.65 173.17 -
System Red Green Blue C M Y K H S L
Decimal 93 2 6 0 0.98 0.94 0.64 357.36 0.96 0.19
Hex 5D 2 6 0 62 5E 40 165 60 13
Octal 135 2 6 0 142 136 100 545 140 23
Binary 1011101 10 110 0 1100010 1011110 1000000 101100101 1100000 10011

Color Harmonies of #5D0206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0206

Black with #5D0206

Text Example


Text Example

White with #5D0206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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