Html Css Color HEX #650B2B Pohutukawa

📋 copy color: '#650B2B'

red 101 ◦ green 11 ◦ blue 43

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

Shades of Pohutukawa #650B2B

Tints of Pohutukawa #650B2B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.1%

 BLUE value IS 43 (17.19% from 255) = 27.74%

R = 65.16%
G = 7.1%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#650B2B (or 0x650B2B) is known color: Pohutukawa. HEX triplet: 65, 0B and 2B. RGB value is (101,11,43). Sum of RGB (Red+Green+Blue) = 101+11+43=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #650B2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650B2B is #9AF4D4. Grayscale: #292929. Windows color (decimal): -10155221 or 2820965. OLE color: 2820965.

HSL color Cylindrical-coordinate representation of color #650B2B: hue angle of 338.67º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #650B2B is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 11 43 -
CMYK 0 0.89 0.57 0.60
HSL 338.67º 0.8% 0.22% -
HSV(B) 338.67º 0.89% 0.4% -
XYZ 5.92 3.18 2.59 -
YUV 41.56 128.82 170.4 -
System Red Green Blue C M Y K H S L
Decimal 101 11 43 0 0.89 0.57 0.60 338.67 0.8 0.22
Hex 65 B 2B 0 59 39 3C 153 50 16
Octal 145 13 53 0 131 71 74 523 120 26
Binary 1100101 1011 101011 0 1011001 111001 111100 101010011 1010000 10110

Color Harmonies of #650B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650B2B

Black with #650B2B

Text Example


Text Example

White with #650B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650B2B; }

 p { color: rgb(101,11,43); }

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

background-color css

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

 a { background-color: rgb(101,11,43); }

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

border-color css

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

 span { border-color: rgb(101,11,43); }

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