#631C27

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

Shades of Pohutukawa #631C27

Tints of Pohutukawa #631C27

Color information

#631C27 (or 0x631C27) is unknown color: approx Pohutukawa. HEX triplet: 63, 1C and 27. RGB value is (99,28,39). Sum of RGB (Red+Green+Blue) = 99+28+39=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #631C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631C27 is #9CE3D8. Grayscale: #323232. Windows color (decimal): -10281945 or 2563171. OLE color: 2563171.

HSL color Cylindrical-coordinate representation of color #631C27: hue angle of 350.7º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #631C27 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB992839-
CMYK00.720.610.61
HSL350.7º55.91%24.9%-
HSV(B)350.7º71.72%38.82%-
XYZ5.933.632.31-
YUV50.48121.52162.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.64%
GREEN value IS 28 (11.33% from 255) = 16.87%
BLUE value IS 39 (15.62% from 255) = 23.49%
R=59.64%
G=16.87%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99283900.720.610.61350.755.9124.9
Hex631C270483D3D15f3819
Octal1433447011075755377031
Binary1100011111001001110100100011110111110110101111111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631C27; }

 p { color: rgb(99,28,39); }

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

<style>
 a { background-color: #631C27; }

 a { background-color: rgb(99,28,39); }

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

<style>
 span { border-color: #631C27; }

 span { border-color: rgb(99,28,39); }

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