Html Css Color HEX #631326 Pohutukawa

📋 copy color: '#631326'

red 99 ◦ green 19 ◦ blue 38

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

Shades of Pohutukawa #631326

Tints of Pohutukawa #631326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.36%

R = 63.46%
G = 12.18%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#631326 (or 0x631326) is known color: Pohutukawa. HEX triplet: 63, 13 and 26. RGB value is (99,19,38). Sum of RGB (Red+Green+Blue) = 99+19+38=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #631326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631326 is #9CECD9. Grayscale: #2D2D2D. Windows color (decimal): -10284250 or 2495331. OLE color: 2495331.

HSL color Cylindrical-coordinate representation of color #631326: hue angle of 345.75º 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 #631326 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 19 38 -
CMYK 0 0.81 0.62 0.61
HSL 345.75º 0.68% 0.23% -
HSV(B) 345.75º 0.81% 0.39% -
XYZ 5.73 3.26 2.16 -
YUV 45.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 99 19 38 0 0.81 0.62 0.61 345.75 0.68 0.23
Hex 63 13 26 0 51 3E 3D 15A 44 17
Octal 143 23 46 0 121 76 75 532 104 27
Binary 1100011 10011 100110 0 1010001 111110 111101 101011010 1000100 10111

Color Harmonies of #631326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631326

Black with #631326

Text Example


Text Example

White with #631326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631326; }

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

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

background-color css

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

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

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

border-color css

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

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

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