Html Css Color HEX #5D1725 Pohutukawa

📋 copy color: '#5D1725'

red 93 ◦ green 23 ◦ blue 37

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

Shades of Pohutukawa #5D1725

Tints of Pohutukawa #5D1725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.03%

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

R = 60.78%
G = 15.03%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.64

RGB Variations

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

Color information

#5D1725 (or 0x5D1725) is known color: Pohutukawa. HEX triplet: 5D, 17 and 25. RGB value is (93,23,37). Sum of RGB (Red+Green+Blue) = 93+23+37=153 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60.78% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1725 is #A2E8DA. Grayscale: #2D2D2D. Windows color (decimal): -10676443 or 2430813. OLE color: 2430813.

HSL color Cylindrical-coordinate representation of color #5D1725: hue angle of 348º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D1725 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 23 37 -
CMYK 0 0.75 0.60 0.64
HSL 348º 0.6% 0.23% -
HSV(B) 348º 0.75% 0.36% -
XYZ 5.15 3.07 2.07 -
YUV 45.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 93 23 37 0 0.75 0.60 0.64 348 0.6 0.23
Hex 5D 17 25 0 4B 3C 40 15C 3C 17
Octal 135 27 45 0 113 74 100 534 74 27
Binary 1011101 10111 100101 0 1001011 111100 1000000 101011100 111100 10111

Color Harmonies of #5D1725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1725

Black with #5D1725

Text Example


Text Example

White with #5D1725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,23,37); }

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

background-color css

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

 a { background-color: rgb(93,23,37); }

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

border-color css

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

 span { border-color: rgb(93,23,37); }

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