Html Css Color HEX #650522 Pohutukawa

📋 copy color: '#650522'

red 101 ◦ green 5 ◦ blue 34

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

Shades of Pohutukawa #650522

Tints of Pohutukawa #650522

RGB

 RED value IS 101 (39.84% from 255) = 72.14%

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

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

R = 72.14%
G = 3.57%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.60

RGB Variations

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

Color information

#650522 (or 0x650522) is known color: Pohutukawa. HEX triplet: 65, 05 and 22. RGB value is (101,5,34). Sum of RGB (Red+Green+Blue) = 101+5+34=140 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.14% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 101 - color contains mainly: red. Hex color #650522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650522 is #9AFADD. Grayscale: #242424. Windows color (decimal): -10156766 or 2229605. OLE color: 2229605.

HSL color Cylindrical-coordinate representation of color #650522: hue angle of 341.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650522 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 5 34 -
CMYK 0 0.95 0.66 0.60
HSL 341.88º 0.91% 0.21% -
HSV(B) 341.88º 0.95% 0.4% -
XYZ 5.71 2.99 1.79 -
YUV 37.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 101 5 34 0 0.95 0.66 0.60 341.88 0.91 0.21
Hex 65 5 22 0 5F 42 3C 156 5B 15
Octal 145 5 42 0 137 102 74 526 133 25
Binary 1100101 101 100010 0 1011111 1000010 111100 101010110 1011011 10101

Color Harmonies of #650522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650522

Black with #650522

Text Example


Text Example

White with #650522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650522; }

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

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

background-color css

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

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

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

border-color css

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

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

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