Html Css Color HEX #650828 Pohutukawa

📋 copy color: '#650828'

red 101 ◦ green 8 ◦ blue 40

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

Shades of Pohutukawa #650828

Tints of Pohutukawa #650828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.37%

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

R = 67.79%
G = 5.37%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#650828 (or 0x650828) is known color: Pohutukawa. HEX triplet: 65, 08 and 28. RGB value is (101,8,40). Sum of RGB (Red+Green+Blue) = 101+8+40=149 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.79% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 101 - color contains mainly: red. Hex color #650828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650828 is #9AF7D7. Grayscale: #272727. Windows color (decimal): -10155992 or 2623589. OLE color: 2623589.

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

Color convert

RGB 101 8 40 -
CMYK 0 0.92 0.60 0.60
HSL 339.35º 0.85% 0.21% -
HSV(B) 339.35º 0.92% 0.4% -
XYZ 5.84 3.09 2.3 -
YUV 39.46 128.31 171.9 -
System Red Green Blue C M Y K H S L
Decimal 101 8 40 0 0.92 0.60 0.60 339.35 0.85 0.21
Hex 65 8 28 0 5C 3C 3C 153 55 15
Octal 145 10 50 0 134 74 74 523 125 25
Binary 1100101 1000 101000 0 1011100 111100 111100 101010011 1010101 10101

Color Harmonies of #650828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650828

Black with #650828

Text Example


Text Example

White with #650828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650828; }

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

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

background-color css

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

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

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

border-color css

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

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

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