Html Css Color HEX #630522 Pohutukawa

📋 copy color: '#630522'

red 99 ◦ green 5 ◦ blue 34

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

Shades of Pohutukawa #630522

Tints of Pohutukawa #630522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 24.64%

R = 71.74%
G = 3.62%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#630522 (or 0x630522) is known color: Pohutukawa. HEX triplet: 63, 05 and 22. RGB value is (99,5,34). Sum of RGB (Red+Green+Blue) = 99+5+34=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #630522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630522 is #9CFADD. Grayscale: #242424. Windows color (decimal): -10287838 or 2229603. OLE color: 2229603.

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

Color convert

RGB 99 5 34 -
CMYK 0 0.95 0.66 0.61
HSL 341.49º 0.9% 0.2% -
HSV(B) 341.49º 0.95% 0.39% -
XYZ 5.49 2.88 1.78 -
YUV 36.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 99 5 34 0 0.95 0.66 0.61 341.49 0.9 0.2
Hex 63 5 22 0 5F 42 3D 155 5A 14
Octal 143 5 42 0 137 102 75 525 132 24
Binary 1100011 101 100010 0 1011111 1000010 111101 101010101 1011010 10100

Color Harmonies of #630522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630522

Black with #630522

Text Example


Text Example

White with #630522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630522; }

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

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

background-color css

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

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

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

border-color css

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

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

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