Html Css Color HEX #631517 Pohutukawa

📋 copy color: '#631517'

red 99 ◦ green 21 ◦ blue 23

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

Shades of Pohutukawa #631517

Tints of Pohutukawa #631517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.69%

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

R = 69.23%
G = 14.69%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#631517 (or 0x631517) is known color: Pohutukawa. HEX triplet: 63, 15 and 17. RGB value is (99,21,23). Sum of RGB (Red+Green+Blue) = 99+21+23=143 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.23% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 23 (9.38% from 255 or 16.08% from 143); Max value from RGB is 99 - color contains mainly: red. Hex color #631517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631517 is #9CEAE8. Grayscale: #2C2C2C. Windows color (decimal): -10283753 or 1512803. OLE color: 1512803.

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

Color convert

RGB 99 21 23 -
CMYK 0 0.79 0.77 0.61
HSL 358.46º 0.65% 0.24% -
HSV(B) 358.46º 0.79% 0.39% -
XYZ 5.57 3.25 1.14 -
YUV 44.55 115.84 166.84 -
System Red Green Blue C M Y K H S L
Decimal 99 21 23 0 0.79 0.77 0.61 358.46 0.65 0.24
Hex 63 15 17 0 4F 4D 3D 166 41 18
Octal 143 25 27 0 117 115 75 546 101 30
Binary 1100011 10101 10111 0 1001111 1001101 111101 101100110 1000001 11000

Color Harmonies of #631517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631517

Black with #631517

Text Example


Text Example

White with #631517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631517; }

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

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

background-color css

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

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

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

border-color css

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

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

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