Html Css Color HEX #5F001A Pohutukawa

📋 copy color: '#5F001A'

red 95 ◦ green 0 ◦ blue 26

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

Shades of Pohutukawa #5F001A

Tints of Pohutukawa #5F001A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 21.49%

R = 78.51%
G = 0%
B = 21.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.63

RGB Variations

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

Color information

#5F001A (or 0x5F001A) is known color: Pohutukawa. HEX triplet: 5F, 00 and 1A. RGB value is (95,0,26). Sum of RGB (Red+Green+Blue) = 95+0+26=121 (16% of max value = 765). Red value is 95 (37.5% from 255 or 78.51% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 95 - color contains mainly: red. Hex color #5F001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F001A is #A0FFE5. Grayscale: #1F1F1F. Windows color (decimal): -10551270 or 1704031. OLE color: 1704031.

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

Color convert

RGB 95 0 26 -
CMYK 0 1 0.73 0.63
HSL 343.58º 1% 0.19% -
HSV(B) 343.58º 1% 0.37% -
XYZ 4.91 2.51 1.2 -
YUV 31.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 95 0 26 0 1 0.73 0.63 343.58 1 0.19
Hex 5F 0 1A 0 64 49 3F 158 64 13
Octal 137 0 32 0 144 111 77 530 144 23
Binary 1011111 0 11010 0 1100100 1001001 111111 101011000 1100100 10011

Color Harmonies of #5F001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F001A

Black with #5F001A

Text Example


Text Example

White with #5F001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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