Html Css Color HEX #631617 Pohutukawa

📋 copy color: '#631617'

red 99 ◦ green 22 ◦ blue 23

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

Shades of Pohutukawa #631617

Tints of Pohutukawa #631617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.28%

 BLUE value IS 23 (9.38% from 255) = 15.97%

R = 68.75%
G = 15.28%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#631617 (or 0x631617) is known color: Pohutukawa. HEX triplet: 63, 16 and 17. RGB value is (99,22,23). Sum of RGB (Red+Green+Blue) = 99+22+23=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #631617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631617 is #9CE9E8. Grayscale: #2D2D2D. Windows color (decimal): -10283497 or 1513059. OLE color: 1513059.

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

Color convert

RGB 99 22 23 -
CMYK 0 0.78 0.77 0.61
HSL 359.22º 0.64% 0.24% -
HSV(B) 359.22º 0.78% 0.39% -
XYZ 5.59 3.29 1.15 -
YUV 45.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 99 22 23 0 0.78 0.77 0.61 359.22 0.64 0.24
Hex 63 16 17 0 4E 4D 3D 167 40 18
Octal 143 26 27 0 116 115 75 547 100 30
Binary 1100011 10110 10111 0 1001110 1001101 111101 101100111 1000000 11000

Color Harmonies of #631617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631617

Black with #631617

Text Example


Text Example

White with #631617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631617; }

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

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

background-color css

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

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

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

border-color css

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

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

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