Html Css Color HEX #631726 Pohutukawa

📋 copy color: '#631726'

red 99 ◦ green 23 ◦ blue 38

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

Shades of Pohutukawa #631726

Tints of Pohutukawa #631726

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.38%

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

R = 61.88%
G = 14.38%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#631726 (or 0x631726) is known color: Pohutukawa. HEX triplet: 63, 17 and 26. RGB value is (99,23,38). Sum of RGB (Red+Green+Blue) = 99+23+38=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #631726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631726 is #9CE8D9. Grayscale: #2F2F2F. Windows color (decimal): -10283226 or 2496355. OLE color: 2496355.

HSL color Cylindrical-coordinate representation of color #631726: hue angle of 348.16º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #631726 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 23 38 -
CMYK 0 0.77 0.62 0.61
HSL 348.16º 0.62% 0.24% -
HSV(B) 348.16º 0.77% 0.39% -
XYZ 5.8 3.41 2.19 -
YUV 47.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 99 23 38 0 0.77 0.62 0.61 348.16 0.62 0.24
Hex 63 17 26 0 4D 3E 3D 15C 3E 18
Octal 143 27 46 0 115 76 75 534 76 30
Binary 1100011 10111 100110 0 1001101 111110 111101 101011100 111110 11000

Color Harmonies of #631726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631726

Black with #631726

Text Example


Text Example

White with #631726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631726; }

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

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

background-color css

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

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

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

border-color css

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

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

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