#631E25

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

Shades of Pohutukawa #631E25

Tints of Pohutukawa #631E25

Color information

#631E25 (or 0x631E25) is unknown color: approx Pohutukawa. HEX triplet: 63, 1E and 25. RGB value is (99,30,37). Sum of RGB (Red+Green+Blue) = 99+30+37=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #631E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E25 is #9CE1DA. Grayscale: #333333. Windows color (decimal): -10281435 or 2432611. OLE color: 2432611.

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

Color convert

RGB993037-
CMYK00.700.630.61
HSL353.91º53.49%25.29%-
HSV(B)353.91º69.7%38.82%-
XYZ5.943.712.15-
YUV51.43119.86161.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.64%
GREEN value IS 30 (12.11% from 255) = 18.07%
BLUE value IS 37 (14.84% from 255) = 22.29%
R=59.64%
G=18.07%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99303700.700.630.61353.9153.4925.29
Hex631E250463F3D1623519
Octal1433645010677755426531
Binary1100011111101001010100011011111111110110110001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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