Html Css Color HEX #651021 Pohutukawa

📋 copy color: '#651021'

red 101 ◦ green 16 ◦ blue 33

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

Shades of Pohutukawa #651021

Tints of Pohutukawa #651021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.67%

 BLUE value IS 33 (13.28% from 255) = 22%

R = 67.33%
G = 10.67%
B = 22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#651021 (or 0x651021) is known color: Pohutukawa. HEX triplet: 65, 10 and 21. RGB value is (101,16,33). Sum of RGB (Red+Green+Blue) = 101+16+33=150 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.33% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 101 - color contains mainly: red. Hex color #651021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651021 is #9AEFDE. Grayscale: #2B2B2B. Windows color (decimal): -10153951 or 2166885. OLE color: 2166885.

HSL color Cylindrical-coordinate representation of color #651021: hue angle of 348º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651021 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 16 33 -
CMYK 0 0.84 0.67 0.60
HSL 348º 0.73% 0.23% -
HSV(B) 348º 0.84% 0.4% -
XYZ 5.83 3.25 1.76 -
YUV 43.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 101 16 33 0 0.84 0.67 0.60 348 0.73 0.23
Hex 65 10 21 0 54 43 3C 15C 49 17
Octal 145 20 41 0 124 103 74 534 111 27
Binary 1100101 10000 100001 0 1010100 1000011 111100 101011100 1001001 10111

Color Harmonies of #651021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651021

Black with #651021

Text Example


Text Example

White with #651021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651021; }

 p { color: rgb(101,16,33); }

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

background-color css

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

 a { background-color: rgb(101,16,33); }

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

border-color css

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

 span { border-color: rgb(101,16,33); }

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