#5D232D

Color #5D232D Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #5D232D

Tints of Pohutukawa #5D232D

Color information

#5D232D (or 0x5D232D) is unknown color: approx Pohutukawa. HEX triplet: 5D, 23 and 2D. RGB value is (93,35,45). Sum of RGB (Red+Green+Blue) = 93+35+45=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D232D is #A2DCD2. Grayscale: #353535. Windows color (decimal): -10673363 or 2958173. OLE color: 2958173.

HSL color Cylindrical-coordinate representation of color #5D232D: hue angle of 349.66º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D232D is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB933545-
CMYK00.620.520.64
HSL349.66º45.31%25.1%-
HSV(B)349.66º62.37%36.47%-
XYZ5.593.722.91-
YUV53.48123.22156.19-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 53.76%
GREEN value IS 35 (14.06% from 255) = 20.23%
BLUE value IS 45 (17.97% from 255) = 26.01%
R=53.76%
G=20.23%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93354500.620.520.64349.6645.3125.1
Hex5D232D03E344015e2d19
Octal1354355076641005365531
Binary10111011000111011010111110110100100000010101111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,35,45); }

 H1.HeaderClassName
 {
   color: #5D232D;
 }
 .AnyTagClassName
 {
   color: #5D232D;
 }
</style>
background-color css

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

 a { background-color: rgb(93,35,45); }

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

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

 span { border-color: rgb(93,35,45); }

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