#61181A

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

Shades of Pohutukawa #61181A

Tints of Pohutukawa #61181A

Color information

#61181A (or 0x61181A) is unknown color: approx Pohutukawa. HEX triplet: 61, 18 and 1A. RGB value is (97,24,26). Sum of RGB (Red+Green+Blue) = 97+24+26=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #61181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61181A is #9EE7E5. Grayscale: #2E2E2E. Windows color (decimal): -10414054 or 1710177. OLE color: 1710177.

HSL color Cylindrical-coordinate representation of color #61181A: hue angle of 358.36º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61181A is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB972426-
CMYK00.750.730.62
HSL358.36º60.33%23.73%-
HSV(B)358.36º75.26%38.04%-
XYZ5.443.271.32-
YUV46.06116.68164.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.99%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=65.99%
G=16.33%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97242600.750.730.62358.3660.3323.73
Hex61181A04B493E1663c18
Octal14130320113111765467430
Binary1100001110001101001001011100100111111010110011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61181A; }

 p { color: rgb(97,24,26); }

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

<style>
 a { background-color: #61181A; }

 a { background-color: rgb(97,24,26); }

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

<style>
 span { border-color: #61181A; }

 span { border-color: rgb(97,24,26); }

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