Html Css Color HEX #631015 Pohutukawa

📋 copy color: '#631015'

red 99 ◦ green 16 ◦ blue 21

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

Shades of Pohutukawa #631015

Tints of Pohutukawa #631015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.76%

 BLUE value IS 21 (8.59% from 255) = 15.44%

R = 72.79%
G = 11.76%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#631015 (or 0x631015) is known color: Pohutukawa. HEX triplet: 63, 10 and 15. RGB value is (99,16,21). Sum of RGB (Red+Green+Blue) = 99+16+21=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #631015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631015 is #9CEFEA. Grayscale: #292929. Windows color (decimal): -10285035 or 1380451. OLE color: 1380451.

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

Color convert

RGB 99 16 21 -
CMYK 0 0.84 0.79 0.61
HSL 356.39º 0.72% 0.23% -
HSV(B) 356.39º 0.84% 0.39% -
XYZ 5.47 3.08 1.02 -
YUV 41.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 99 16 21 0 0.84 0.79 0.61 356.39 0.72 0.23
Hex 63 10 15 0 54 4F 3D 164 48 17
Octal 143 20 25 0 124 117 75 544 110 27
Binary 1100011 10000 10101 0 1010100 1001111 111101 101100100 1001000 10111

Color Harmonies of #631015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631015

Black with #631015

Text Example


Text Example

White with #631015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631015; }

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

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

background-color css

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

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

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

border-color css

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

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

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