Html Css Color HEX #63050F Pohutukawa

📋 copy color: '#63050F'

red 99 ◦ green 5 ◦ blue 15

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

Shades of Pohutukawa #63050F

Tints of Pohutukawa #63050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.2%

 BLUE value IS 15 (6.25% from 255) = 12.61%

R = 83.19%
G = 4.2%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#63050F (or 0x63050F) is known color: Pohutukawa. HEX triplet: 63, 05 and 0F. RGB value is (99,5,15). Sum of RGB (Red+Green+Blue) = 99+5+15=119 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.19% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 99 - color contains mainly: red. Hex color #63050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63050F is #9CFAF0. Grayscale: #222222. Windows color (decimal): -10287857 or 984419. OLE color: 984419.

HSL color Cylindrical-coordinate representation of color #63050F: hue angle of 353.62º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #63050F is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 5 15 -
CMYK 0 0.95 0.85 0.61
HSL 353.62º 0.9% 0.2% -
HSV(B) 353.62º 0.95% 0.39% -
XYZ 5.29 2.8 0.71 -
YUV 34.25 117.14 174.19 -
System Red Green Blue C M Y K H S L
Decimal 99 5 15 0 0.95 0.85 0.61 353.62 0.9 0.2
Hex 63 5 F 0 5F 55 3D 162 5A 14
Octal 143 5 17 0 137 125 75 542 132 24
Binary 1100011 101 1111 0 1011111 1010101 111101 101100010 1011010 10100

Color Harmonies of #63050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63050F

Black with #63050F

Text Example


Text Example

White with #63050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63050F; }

 p { color: rgb(99,5,15); }

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

background-color css

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

 a { background-color: rgb(99,5,15); }

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

border-color css

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

 span { border-color: rgb(99,5,15); }

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