Html Css Color HEX #5F1925 Pohutukawa

📋 copy color: '#5F1925'

red 95 ◦ green 25 ◦ blue 37

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

Shades of Pohutukawa #5F1925

Tints of Pohutukawa #5F1925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.92%

 BLUE value IS 37 (14.84% from 255) = 23.57%

R = 60.51%
G = 15.92%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.63

RGB Variations

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

Color information

#5F1925 (or 0x5F1925) is known color: Pohutukawa. HEX triplet: 5F, 19 and 25. RGB value is (95,25,37). Sum of RGB (Red+Green+Blue) = 95+25+37=157 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.51% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1925 is #A0E6DA. Grayscale: #2F2F2F. Windows color (decimal): -10544859 or 2431327. OLE color: 2431327.

HSL color Cylindrical-coordinate representation of color #5F1925: hue angle of 349.71º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F1925 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 25 37 -
CMYK 0 0.74 0.61 0.63
HSL 349.71º 0.58% 0.24% -
HSV(B) 349.71º 0.74% 0.37% -
XYZ 5.4 3.26 2.1 -
YUV 47.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 95 25 37 0 0.74 0.61 0.63 349.71 0.58 0.24
Hex 5F 19 25 0 4A 3D 3F 15E 3A 18
Octal 137 31 45 0 112 75 77 536 72 30
Binary 1011111 11001 100101 0 1001010 111101 111111 101011110 111010 11000

Color Harmonies of #5F1925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1925

Black with #5F1925

Text Example


Text Example

White with #5F1925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,25,37); }

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

background-color css

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

 a { background-color: rgb(95,25,37); }

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

border-color css

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

 span { border-color: rgb(95,25,37); }

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