Html Css Color HEX #631325 Pohutukawa

📋 copy color: '#631325'

red 99 ◦ green 19 ◦ blue 37

#631325
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #631325

Tints of Pohutukawa #631325

RGB

 RED value IS 99 (39.06% from 255) = 63.87%

 GREEN value IS 19 (7.81% from 255) = 12.26%

 BLUE value IS 37 (14.84% from 255) = 23.87%

R = 63.87%
G = 12.26%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.61

RGB Variations

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

Color information

#631325 (or 0x631325) is known color: Pohutukawa. HEX triplet: 63, 13 and 25. RGB value is (99,19,37). Sum of RGB (Red+Green+Blue) = 99+19+37=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #631325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631325 is #9CECDA. Grayscale: #2C2C2C. Windows color (decimal): -10284251 or 2429795. OLE color: 2429795.

HSL color Cylindrical-coordinate representation of color #631325: hue angle of 346.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631325 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 19 37 -
CMYK 0 0.81 0.63 0.61
HSL 346.5º 0.68% 0.23% -
HSV(B) 346.5º 0.81% 0.39% -
XYZ 5.71 3.25 2.08 -
YUV 44.97 123.5 166.54 -
System Red Green Blue C M Y K H S L
Decimal 99 19 37 0 0.81 0.63 0.61 346.5 0.68 0.23
Hex 63 13 25 0 51 3F 3D 15A 44 17
Octal 143 23 45 0 121 77 75 532 104 27
Binary 1100011 10011 100101 0 1010001 111111 111101 101011010 1000100 10111

Color Harmonies of #631325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631325

Black with #631325

Text Example


Text Example

White with #631325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631325; }

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

 H1.HeaderClassName
 {
   color: #631325;
 }
 .AnyTagClassName
 {
   color: #631325;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #631325;
 }
 .BgClassName
 {
   background-color: #631325;
 }
</style>

border-color css

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

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

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