Html Css Color HEX #5F0003 Pohutukawa

📋 copy color: '#5F0003'

red 95 ◦ green 0 ◦ blue 3

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

Shades of Pohutukawa #5F0003

Tints of Pohutukawa #5F0003

RGB

 RED value IS 95 (37.5% from 255) = 96.94%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 3 (1.56% from 255) = 3.06%

R = 96.94%
G = 0%
B = 3.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.63

RGB Variations

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

Color information

#5F0003 (or 0x5F0003) is known color: Pohutukawa. HEX triplet: 5F, 00 and 03. RGB value is (95,0,3). Sum of RGB (Red+Green+Blue) = 95+0+3=98 (12% of max value = 765). Red value is 95 (37.5% from 255 or 96.94% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0003 is #A0FFFC. Grayscale: #1C1C1C. Windows color (decimal): -10551293 or 196703. OLE color: 196703.

HSL color Cylindrical-coordinate representation of color #5F0003: hue angle of 358.11º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F0003 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 0 3 -
CMYK 0 1 0.97 0.63
HSL 358.11º 1% 0.19% -
HSV(B) 358.11º 1% 0.37% -
XYZ 4.74 2.44 0.31 -
YUV 28.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 95 0 3 0 1 0.97 0.63 358.11 1 0.19
Hex 5F 0 3 0 64 61 3F 166 64 13
Octal 137 0 3 0 144 141 77 546 144 23
Binary 1011111 0 11 0 1100100 1100001 111111 101100110 1100100 10011

Color Harmonies of #5F0003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0003

Black with #5F0003

Text Example


Text Example

White with #5F0003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,0,3); }

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

background-color css

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

 a { background-color: rgb(95,0,3); }

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

border-color css

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

 span { border-color: rgb(95,0,3); }

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