#631A25

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

Shades of Pohutukawa #631A25

Tints of Pohutukawa #631A25

Color information

#631A25 (or 0x631A25) is unknown color: approx Pohutukawa. HEX triplet: 63, 1A and 25. RGB value is (99,26,37). Sum of RGB (Red+Green+Blue) = 99+26+37=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #631A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A25 is #9CE5DA. Grayscale: #313131. Windows color (decimal): -10282459 or 2431587. OLE color: 2431587.

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

Color convert

RGB992637-
CMYK00.740.630.61
HSL350.96º58.4%24.51%-
HSV(B)350.96º73.74%38.82%-
XYZ5.853.532.12-
YUV49.08121.18163.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.11%
GREEN value IS 26 (10.55% from 255) = 16.05%
BLUE value IS 37 (14.84% from 255) = 22.84%
R=61.11%
G=16.05%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99263700.740.630.61350.9658.424.51
Hex631A2504A3F3D15f3a19
Octal1433245011277755377231
Binary1100011110101001010100101011111111110110101111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,26,37); }

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

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

 a { background-color: rgb(99,26,37); }

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

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

 span { border-color: rgb(99,26,37); }

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