Html Css Color HEX #67131B Pohutukawa

📋 copy color: '#67131B'

red 103 ◦ green 19 ◦ blue 27

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

Shades of Pohutukawa #67131B

Tints of Pohutukawa #67131B

RGB

 RED value IS 103 (40.63% from 255) = 69.13%

 GREEN value IS 19 (7.81% from 255) = 12.75%

 BLUE value IS 27 (10.94% from 255) = 18.12%

R = 69.13%
G = 12.75%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#67131B (or 0x67131B) is known color: Pohutukawa. HEX triplet: 67, 13 and 1B. RGB value is (103,19,27). Sum of RGB (Red+Green+Blue) = 103+19+27=149 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.13% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 103 - color contains mainly: red. Hex color #67131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67131B is #98ECE4. Grayscale: #2D2D2D. Windows color (decimal): -10022117 or 1774439. OLE color: 1774439.

HSL color Cylindrical-coordinate representation of color #67131B: hue angle of 354.29º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #67131B is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 19 27 -
CMYK 0 0.82 0.74 0.60
HSL 354.29º 0.69% 0.24% -
HSV(B) 354.29º 0.82% 0.4% -
XYZ 6.02 3.43 1.38 -
YUV 45.03 117.83 169.35 -
System Red Green Blue C M Y K H S L
Decimal 103 19 27 0 0.82 0.74 0.60 354.29 0.69 0.24
Hex 67 13 1B 0 52 4A 3C 162 45 18
Octal 147 23 33 0 122 112 74 542 105 30
Binary 1100111 10011 11011 0 1010010 1001010 111100 101100010 1000101 11000

Color Harmonies of #67131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67131B

Black with #67131B

Text Example


Text Example

White with #67131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67131B; }

 p { color: rgb(103,19,27); }

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

background-color css

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

 a { background-color: rgb(103,19,27); }

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

border-color css

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

 span { border-color: rgb(103,19,27); }

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