Html Css Color HEX #5F000F Pohutukawa

📋 copy color: '#5F000F'

red 95 ◦ green 0 ◦ blue 15

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

Shades of Pohutukawa #5F000F

Tints of Pohutukawa #5F000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.64%

R = 86.36%
G = 0%
B = 13.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.63

RGB Variations

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

Color information

#5F000F (or 0x5F000F) is known color: Pohutukawa. HEX triplet: 5F, 00 and 0F. RGB value is (95,0,15). Sum of RGB (Red+Green+Blue) = 95+0+15=110 (14% of max value = 765). Red value is 95 (37.5% from 255 or 86.36% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 95 - color contains mainly: red. Hex color #5F000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F000F is #A0FFF0. Grayscale: #1E1E1E. Windows color (decimal): -10551281 or 983135. OLE color: 983135.

HSL color Cylindrical-coordinate representation of color #5F000F: hue angle of 350.53º 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 #5F000F is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 0 15 -
CMYK 0 1 0.84 0.63
HSL 350.53º 1% 0.19% -
HSV(B) 350.53º 1% 0.37% -
XYZ 4.81 2.47 0.67 -
YUV 30.12 119.47 174.28 -
System Red Green Blue C M Y K H S L
Decimal 95 0 15 0 1 0.84 0.63 350.53 1 0.19
Hex 5F 0 F 0 64 54 3F 15F 64 13
Octal 137 0 17 0 144 124 77 537 144 23
Binary 1011111 0 1111 0 1100100 1010100 111111 101011111 1100100 10011

Color Harmonies of #5F000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F000F

Black with #5F000F

Text Example


Text Example

White with #5F000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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