Html Css Color HEX #691127 Pohutukawa

📋 copy color: '#691127'

red 105 ◦ green 17 ◦ blue 39

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

Shades of Pohutukawa #691127

Tints of Pohutukawa #691127

RGB

 RED value IS 105 (41.41% from 255) = 65.22%

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

 BLUE value IS 39 (15.63% from 255) = 24.22%

R = 65.22%
G = 10.56%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#691127 (or 0x691127) is known color: Pohutukawa. HEX triplet: 69, 11 and 27. RGB value is (105,17,39). Sum of RGB (Red+Green+Blue) = 105+17+39=161 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.22% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 105 - color contains mainly: red. Hex color #691127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691127 is #96EED8. Grayscale: #2D2D2D. Windows color (decimal): -9891545 or 2560361. OLE color: 2560361.

HSL color Cylindrical-coordinate representation of color #691127: hue angle of 345º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691127 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 17 39 -
CMYK 0 0.84 0.63 0.59
HSL 345º 0.72% 0.24% -
HSV(B) 345º 0.84% 0.41% -
XYZ 6.39 3.55 2.27 -
YUV 45.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 105 17 39 0 0.84 0.63 0.59 345 0.72 0.24
Hex 69 11 27 0 54 3F 3B 159 48 18
Octal 151 21 47 0 124 77 73 531 110 30
Binary 1101001 10001 100111 0 1010100 111111 111011 101011001 1001000 11000

Color Harmonies of #691127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691127

Black with #691127

Text Example


Text Example

White with #691127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691127; }

 p { color: rgb(105,17,39); }

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

background-color css

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

 a { background-color: rgb(105,17,39); }

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

border-color css

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

 span { border-color: rgb(105,17,39); }

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