Html Css Color HEX #63051D Pohutukawa

📋 copy color: '#63051D'

red 99 ◦ green 5 ◦ blue 29

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

Shades of Pohutukawa #63051D

Tints of Pohutukawa #63051D

RGB

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

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

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

R = 74.44%
G = 3.76%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#63051D (or 0x63051D) is known color: Pohutukawa. HEX triplet: 63, 05 and 1D. RGB value is (99,5,29). Sum of RGB (Red+Green+Blue) = 99+5+29=133 (17% of max value = 765). Red value is 99 (39.06% from 255 or 74.44% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 99 - color contains mainly: red. Hex color #63051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63051D is #9CFAE2. Grayscale: #232323. Windows color (decimal): -10287843 or 1901923. OLE color: 1901923.

HSL color Cylindrical-coordinate representation of color #63051D: hue angle of 344.68º 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 #63051D is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 5 29 -
CMYK 0 0.95 0.71 0.61
HSL 344.68º 0.9% 0.2% -
HSV(B) 344.68º 0.95% 0.39% -
XYZ 5.42 2.85 1.43 -
YUV 35.84 124.14 173.05 -
System Red Green Blue C M Y K H S L
Decimal 99 5 29 0 0.95 0.71 0.61 344.68 0.9 0.2
Hex 63 5 1D 0 5F 47 3D 159 5A 14
Octal 143 5 35 0 137 107 75 531 132 24
Binary 1100011 101 11101 0 1011111 1000111 111101 101011001 1011010 10100

Color Harmonies of #63051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63051D

Black with #63051D

Text Example


Text Example

White with #63051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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