#61102D

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

Shades of Pohutukawa #61102D

Tints of Pohutukawa #61102D

Color information

#61102D (or 0x61102D) is unknown color: approx Pohutukawa. HEX triplet: 61, 10 and 2D. RGB value is (97,16,45). Sum of RGB (Red+Green+Blue) = 97+16+45=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #61102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61102D is #9EEFD2. Grayscale: #2B2B2B. Windows color (decimal): -10416083 or 2953313. OLE color: 2953313.

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

Color convert

RGB971645-
CMYK00.840.540.62
HSL338.52º71.68%22.16%-
HSV(B)338.52º83.51%38.04%-
XYZ5.593.12.79-
YUV43.52128.84166.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.39%
GREEN value IS 16 (6.64% from 255) = 10.13%
BLUE value IS 45 (17.97% from 255) = 28.48%
R=61.39%
G=10.13%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97164500.840.540.62338.5271.6822.16
Hex61102D054363E1534816
Octal14120550124667652311026
Binary11000011000010110101010100110110111110101010011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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