Html Css Color HEX #63121D Pohutukawa

📋 copy color: '#63121D'

red 99 ◦ green 18 ◦ blue 29

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

Shades of Pohutukawa #63121D

Tints of Pohutukawa #63121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.33%

 BLUE value IS 29 (11.72% from 255) = 19.86%

R = 67.81%
G = 12.33%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#63121D (or 0x63121D) is known color: Pohutukawa. HEX triplet: 63, 12 and 1D. RGB value is (99,18,29). Sum of RGB (Red+Green+Blue) = 99+18+29=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #63121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63121D is #9CEDE2. Grayscale: #2B2B2B. Windows color (decimal): -10284515 or 1905251. OLE color: 1905251.

HSL color Cylindrical-coordinate representation of color #63121D: hue angle of 351.85º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63121D is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 18 29 -
CMYK 0 0.82 0.71 0.61
HSL 351.85º 0.69% 0.23% -
HSV(B) 351.85º 0.82% 0.39% -
XYZ 5.58 3.17 1.48 -
YUV 43.47 119.84 167.61 -
System Red Green Blue C M Y K H S L
Decimal 99 18 29 0 0.82 0.71 0.61 351.85 0.69 0.23
Hex 63 12 1D 0 52 47 3D 160 45 17
Octal 143 22 35 0 122 107 75 540 105 27
Binary 1100011 10010 11101 0 1010010 1000111 111101 101100000 1000101 10111

Color Harmonies of #63121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63121D

Black with #63121D

Text Example


Text Example

White with #63121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63121D; }

 p { color: rgb(99,18,29); }

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

background-color css

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

 a { background-color: rgb(99,18,29); }

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

border-color css

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

 span { border-color: rgb(99,18,29); }

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