Html Css Color HEX #651128 Pohutukawa

📋 copy color: '#651128'

red 101 ◦ green 17 ◦ blue 40

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

Shades of Pohutukawa #651128

Tints of Pohutukawa #651128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.76%

 BLUE value IS 40 (16.02% from 255) = 25.32%

R = 63.92%
G = 10.76%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#651128 (or 0x651128) is known color: Pohutukawa. HEX triplet: 65, 11 and 28. RGB value is (101,17,40). Sum of RGB (Red+Green+Blue) = 101+17+40=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #651128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651128 is #9AEED7. Grayscale: #2C2C2C. Windows color (decimal): -10153688 or 2625893. OLE color: 2625893.

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

Color convert

RGB 101 17 40 -
CMYK 0 0.83 0.60 0.60
HSL 343.57º 0.71% 0.23% -
HSV(B) 343.57º 0.83% 0.4% -
XYZ 5.95 3.32 2.33 -
YUV 44.74 125.33 168.13 -
System Red Green Blue C M Y K H S L
Decimal 101 17 40 0 0.83 0.60 0.60 343.57 0.71 0.23
Hex 65 11 28 0 53 3C 3C 158 47 17
Octal 145 21 50 0 123 74 74 530 107 27
Binary 1100101 10001 101000 0 1010011 111100 111100 101011000 1000111 10111

Color Harmonies of #651128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651128

Black with #651128

Text Example


Text Example

White with #651128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651128; }

 p { color: rgb(101,17,40); }

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

background-color css

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

 a { background-color: rgb(101,17,40); }

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

border-color css

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

 span { border-color: rgb(101,17,40); }

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