#61232D

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

Shades of Pohutukawa #61232D

Tints of Pohutukawa #61232D

Color information

#61232D (or 0x61232D) is unknown color: approx Pohutukawa. HEX triplet: 61, 23 and 2D. RGB value is (97,35,45). Sum of RGB (Red+Green+Blue) = 97+35+45=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61232D is #9EDCD2. Grayscale: #363636. Windows color (decimal): -10411219 or 2958177. OLE color: 2958177.

HSL color Cylindrical-coordinate representation of color #61232D: hue angle of 350.32º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61232D is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB973545-
CMYK00.640.540.62
HSL350.32º46.97%25.88%-
HSV(B)350.32º63.92%38.04%-
XYZ63.932.93-
YUV54.68122.54158.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.80%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 45 (17.97% from 255) = 25.42%
R=54.80%
G=19.77%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97354500.640.540.62350.3246.9725.88
Hex61232D040363E15e2f1a
Octal1414355010066765365732
Binary11000011000111011010100000011011011111010101111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61232D; }

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

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

<style>
 a { background-color: #61232D; }

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

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

<style>
 span { border-color: #61232D; }

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

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