Html Css Color HEX #632022 Pohutukawa

📋 copy color: '#632022'

red 99 ◦ green 32 ◦ blue 34

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

Shades of Pohutukawa #632022

Tints of Pohutukawa #632022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.39%

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

R = 60%
G = 19.39%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#632022 (or 0x632022) is known color: Pohutukawa. HEX triplet: 63, 20 and 22. RGB value is (99,32,34). Sum of RGB (Red+Green+Blue) = 99+32+34=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #632022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632022 is #9CDFDD. Grayscale: #343434. Windows color (decimal): -10280926 or 2236515. OLE color: 2236515.

HSL color Cylindrical-coordinate representation of color #632022: hue angle of 358.21º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632022 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 32 34 -
CMYK 0 0.68 0.66 0.61
HSL 358.21º 0.51% 0.26% -
HSV(B) 358.21º 0.68% 0.39% -
XYZ 5.95 3.8 1.93 -
YUV 52.26 117.7 161.34 -
System Red Green Blue C M Y K H S L
Decimal 99 32 34 0 0.68 0.66 0.61 358.21 0.51 0.26
Hex 63 20 22 0 44 42 3D 166 33 1A
Octal 143 40 42 0 104 102 75 546 63 32
Binary 1100011 100000 100010 0 1000100 1000010 111101 101100110 110011 11010

Color Harmonies of #632022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632022

Black with #632022

Text Example


Text Example

White with #632022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632022; }

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

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

background-color css

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

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

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

border-color css

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

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

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